mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Update testcase to be legal llvm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4057 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
implementation
|
implementation
|
||||||
declare int "printf"(sbyte*, int, float)
|
declare int "printf"(sbyte*, int, float)
|
||||||
|
|
||||||
|
int %testissue(int %i, float %x, float %y) {
|
||||||
int "testissue"(int %i, float %x, float %y)
|
br label %bb1
|
||||||
begin
|
|
||||||
bb1:
|
bb1:
|
||||||
%x1 = mul float %x, %y ;; x1
|
%x1 = mul float %x, %y ;; x1
|
||||||
%y1 = mul float %y, 0.75 ;; y1
|
%y1 = mul float %y, 0.75 ;; y1
|
||||||
@@ -24,7 +23,6 @@ bb1:
|
|||||||
br bool %b, label %bb1, label %bb2
|
br bool %b, label %bb1, label %bb2
|
||||||
|
|
||||||
bb2:
|
bb2:
|
||||||
%Msg = cast ulong 0 to sbyte *
|
call int %printf(sbyte* null, int %m1, float %z3)
|
||||||
call int %printf(sbyte* %Msg, int %m1, float %z3)
|
|
||||||
ret int 0
|
ret int 0
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user