mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix broken test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2867 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11aedfffce
commit
9067068c35
@ -4,6 +4,7 @@ declare int "printf"(sbyte*, int, float)
|
||||
|
||||
int "testissue"(int %i, float %x, float %y)
|
||||
begin
|
||||
br label %bb1
|
||||
bb1:
|
||||
%x1 = mul float %x, %y ;; x1
|
||||
%y1 = mul float %y, 0.75 ;; y1
|
||||
|
@ -4,6 +4,7 @@ declare int "printf"(sbyte*, int, float)
|
||||
|
||||
int "testissue"(int %i, float %x, float %y)
|
||||
begin
|
||||
br label %bb1
|
||||
bb1:
|
||||
%x1 = mul float %x, %y ;; x1
|
||||
%y1 = mul float %y, 0.75 ;; y1
|
||||
|
Loading…
Reference in New Issue
Block a user