Fix this tests on the bots.

llvm-svn: 143052
This commit is contained in:
Rafael Espindola 2011-10-26 20:46:27 +00:00
parent bc14bd3bfb
commit be069cb3d0
1 changed files with 2 additions and 2 deletions

View File

@ -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