mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-20 12:31:40 +00:00
Update this test to use fmul instead of mul.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73436 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15480bd174
commit
9a8c5807f8
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
define void @test14(<4 x float>*) nounwind {
|
define void @test14(<4 x float>*) nounwind {
|
||||||
load <4 x float>* %0, align 1
|
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
|
store <4 x float> %3, <4 x float>* %0, align 1
|
||||||
ret void
|
ret void
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user