diff options
Diffstat (limited to 'test/CodeGen/X86/fmul-zero.ll')
-rw-r--r-- | test/CodeGen/X86/fmul-zero.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fmul-zero.ll b/test/CodeGen/X86/fmul-zero.ll index 03bad65..bc139f8 100644 --- a/test/CodeGen/X86/fmul-zero.ll +++ b/test/CodeGen/X86/fmul-zero.ll @@ -2,7 +2,7 @@ ; RUN: llc < %s -march=x86-64 | grep mulps define void @test14(<4 x float>*) nounwind { - load <4 x float>* %0, align 1 + load <4 x float>, <4 x float>* %0, align 1 fmul <4 x float> %2, zeroinitializer store <4 x float> %3, <4 x float>* %0, align 1 ret void |