Update this test to use fmul instead of mul.
authorDan Gohman <gohman@apple.com>
Mon, 15 Jun 2009 22:49:34 +0000 (22:49 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 15 Jun 2009 22:49:34 +0000 (22:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73436 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fmul-zero.ll

index 8f705a4d242fb39ba4e67d29a6df698e2deed6b2..73aa713de52ef4743f9081e344983339e21b51fa 100644 (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
 }