aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-07-15 23:04:05 +0000
committerDouglas Gregor <dgregor@apple.com>2010-07-15 23:04:05 +0000
commit1ce377ab2cf36d8d10b3d0672977dbc63833c745 (patch)
tree27cb3b8def8b617044dcebb88510a915b259c86c
parent7feaeeed1789fbf357fc81072966fe8f62fb4a81 (diff)
Improve test case. Thanks Eli
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108470 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/available-externally-suppress.c1
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