Skip to content
Snippets Groups Projects
Commit 1c591f74 authored by Edward O'Callaghan's avatar Edward O'Callaghan
Browse files

Missing CHECK: lines makes test exit abnormally.

llvm-svn: 83835
parent 8720e8c8
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,8 @@ define i32 @test4() { ...@@ -53,8 +53,8 @@ define i32 @test4() {
%X = call i32 bitcast (i8 ()* @test4a to i32 ()*)( ) ; <i32> [#uses=1] %X = call i32 bitcast (i8 ()* @test4a to i32 ()*)( ) ; <i32> [#uses=1]
ret i32 %X ret i32 %X
; CHECK: %X1 = call i8 @test4a() ; CHECK: %X1 = call i8 @test4a()
%tmp = zext i8 %X1 to i32 ; CHECK: %tmp = zext i8 %X1 to i32
ret i32 %tmp ; CHECK: ret i32 %tmp
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment