relax testcase a bit.

llvm-svn: 123433
This commit is contained in:
Chris Lattner 2011-01-14 07:46:33 +00:00
parent ab3d6ecbd2
commit 5e0fef8531
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ define i32 @test2(i1 %cond) {
; CHECK: @test2(
; CHECK-NOT: = alloca
; CHECK: ret i32 42
; CHECK: ret i32
}