Missing CHECK: lines makes test exit abnormally.
authorEdward O'Callaghan <eocallaghan@auroraux.org>
Mon, 12 Oct 2009 09:01:26 +0000 (09:01 +0000)
committerEdward O'Callaghan <eocallaghan@auroraux.org>
Mon, 12 Oct 2009 09:01:26 +0000 (09:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83835 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/call.ll

index 99ec5a588cafc54a99f95fc77c3f99ad66004b36..1e37eec7e94c5577056d05c38c59cef496ed9d81 100644 (file)
@@ -53,8 +53,8 @@ define i32 @test4() {
         %X = call i32 bitcast (i8 ()* @test4a to i32 ()*)( )            ; <i32> [#uses=1]
         ret i32 %X
 ; CHECK: %X1 = call i8 @test4a()
-%tmp = zext i8 %X1 to i32
-ret i32 %tmp
+; CHECK: %tmp = zext i8 %X1 to i32
+; CHECK: ret i32 %tmp
 }