aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pr13859.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pr13859.ll')
-rw-r--r--test/CodeGen/X86/pr13859.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr13859.ll b/test/CodeGen/X86/pr13859.ll
index 719721d..1ebc796 100644
--- a/test/CodeGen/X86/pr13859.ll
+++ b/test/CodeGen/X86/pr13859.ll
@@ -7,7 +7,7 @@ entry:
%aMyAlloca = alloca i32, align 32
%dest = alloca <1 x i64>, align 32
- %a32 = load i32* %aMyAlloca, align 4
+ %a32 = load i32, i32* %aMyAlloca, align 4
%aconv = trunc i32 %a32 to i16
%a36 = insertelement <4 x i16> undef, i16 %aconv, i32 0
%a37 = insertelement <4 x i16> %a36, i16 %aconv, i32 1