summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGen/available-externally-suppress.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/available-externally-suppress.c b/clang/test/CodeGen/available-externally-suppress.c
index fb8c9c61d9b..747d3cd3575 100644
--- a/clang/test/CodeGen/available-externally-suppress.c
+++ b/clang/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
OpenPOWER on IntegriCloud