relax testcase a bit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123433 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2011-01-14 07:46:33 +00:00
parent 04223909b7
commit bdb6b7f9c7

View File

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