forked from OSchip/llvm-project
parent
ef8cf6d421
commit
2e83c4c4c3
|
|
@ -21,7 +21,7 @@ inline int __attribute__((always_inline)) f1(int x) {
|
|||
// CHECK: @test1
|
||||
int test1(int x) {
|
||||
// CHECK: br i1
|
||||
// CHECK-NOT: call
|
||||
// CHECK-NOT: call {{.*}} @f1
|
||||
// CHECK: ret i32
|
||||
return f1(x);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue