aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2012-08-08-legalize-unaligned.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2012-08-08-legalize-unaligned.ll')
-rw-r--r--test/CodeGen/ARM/2012-08-08-legalize-unaligned.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2012-08-08-legalize-unaligned.ll b/test/CodeGen/ARM/2012-08-08-legalize-unaligned.ll
index bdcd1b6..576dff4 100644
--- a/test/CodeGen/ARM/2012-08-08-legalize-unaligned.ll
+++ b/test/CodeGen/ARM/2012-08-08-legalize-unaligned.ll
@@ -6,7 +6,7 @@ target triple = "armv7-none-linux-gnueabi"
define void @test_hi_char8() noinline {
entry:
- %0 = load <4 x i8>* undef, align 1
+ %0 = load <4 x i8>, <4 x i8>* undef, align 1
store <4 x i8> %0, <4 x i8>* null, align 4
ret void
}