Fix broken test

llvm-svn: 2867
This commit is contained in:
Chris Lattner 2002-07-10 22:31:09 +00:00
parent 2a5085af8c
commit b723f9fc25
1 changed files with 1 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