mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 13:33:26 +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…
x
Reference in New Issue
Block a user