forked from OSchip/llvm-project
Update this test to use fmul instead of mul.
llvm-svn: 73436
This commit is contained in:
parent
6e6808adaf
commit
8e85118943
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue