diff options
Diffstat (limited to 'test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll')
-rw-r--r-- | test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll b/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll index da56ce7..a91a422 100644 --- a/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll +++ b/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll @@ -2,7 +2,7 @@ define void @a(<4 x float>* %x) nounwind { entry: - %tmp2 = load <4 x float>* %x, align 1 + %tmp2 = load <4 x float>, <4 x float>* %x, align 1 %inv = call <4 x float> @llvm.x86.sse.rcp.ps(<4 x float> %tmp2) store <4 x float> %inv, <4 x float>* %x, align 1 ret void |