mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
Missing CHECK: lines makes test exit abnormally.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user