aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2011-11-30-MergeAlignment.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2011-11-30-MergeAlignment.ll')
-rw-r--r--test/CodeGen/ARM/2011-11-30-MergeAlignment.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/2011-11-30-MergeAlignment.ll b/test/CodeGen/ARM/2011-11-30-MergeAlignment.ll
index 0c90f4c..0d32440 100644
--- a/test/CodeGen/ARM/2011-11-30-MergeAlignment.ll
+++ b/test/CodeGen/ARM/2011-11-30-MergeAlignment.ll
@@ -8,9 +8,9 @@ target triple = "thumbv7-apple-darwin10"
@x2 = internal global i64 12
define i64 @f() {
- %ax = load i32* @x1
+ %ax = load i32, i32* @x1
%a = zext i32 %ax to i64
- %b = load i64* @x2
+ %b = load i64, i64* @x2
%c = add i64 %a, %b
ret i64 %c
}