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:
Chris Lattner 2002-07-10 22:31:09 +00:00
parent 11aedfffce
commit 9067068c35
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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