From: Rafael Espindola Date: Wed, 26 Oct 2011 20:46:27 +0000 (+0000) Subject: Fix this tests on the bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8f4eed954eaa0c5020d61250b8222c41511f413;p=clang Fix this tests on the bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143052 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/pr9614.c b/test/CodeGen/pr9614.c index 9cc7fa3bed..68a59095ab 100644 --- a/test/CodeGen/pr9614.c +++ b/test/CodeGen/pr9614.c @@ -10,6 +10,6 @@ int f(void) { // CHECK-NOT: define // CHECK: define i32 @f() -// CHECK: %call = call i32 @foo() -// CHECK: ret i32 %call +// CHECK: call i32 @foo() +// CHECK-NEXT: ret i32 // CHECK-NOT: define