Update this test to use fmul instead of mul.

llvm-svn: 73436
This commit is contained in:
Dan Gohman 2009-06-15 22:49:34 +00:00
parent 6e6808adaf
commit 8e85118943
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
define void @test14(<4 x float>*) nounwind {
load <4 x float>* %0, align 1
mul <4 x float> %2, zeroinitializer
fmul <4 x float> %2, zeroinitializer
store <4 x float> %3, <4 x float>* %0, align 1
ret void
}