From 1ce377ab2cf36d8d10b3d0672977dbc63833c745 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 15 Jul 2010 23:04:05 +0000 Subject: [PATCH] Improve test case. Thanks Eli git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108470 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/available-externally-suppress.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1