diff options
-rw-r--r-- | test/CodeGen/available-externally-suppress.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/available-externally-suppress.c b/test/CodeGen/available-externally-suppress.c index fb8c9c61d9..747d3cd357 100644 --- a/test/CodeGen/available-externally-suppress.c +++ b/test/CodeGen/available-externally-suppress.c @@ -18,6 +18,7 @@ inline int __attribute__((always_inline)) f1(int x) { return blarg; } +// CHECK: @test1 int test1(int x) { // CHECK: br i1 // CHECK-NOT: call |