relax testcase a bit.
[oota-llvm.git] / test / Transforms / Inline / basictest.ll
index 6531b9e277e1e93b1617f29dbd531b880dd09055..609a3d4e153e9a7e63881dff689719fb98be28e0 100644 (file)
@@ -43,5 +43,5 @@ define i32 @test2(i1 %cond) {
   
 ; CHECK: @test2(
 ; CHECK-NOT: = alloca
-; CHECK: ret i32 42
+; CHECK: ret i32
 }