aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/private.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/private.ll')
-rw-r--r--test/CodeGen/ARM/private.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/private.ll b/test/CodeGen/ARM/private.ll
index e48c292..fab8f37 100644
--- a/test/CodeGen/ARM/private.ll
+++ b/test/CodeGen/ARM/private.ll
@@ -15,7 +15,7 @@ define private void @foo() {
define i32 @bar() {
call void @foo()
- %1 = load i32* @baz, align 4
+ %1 = load i32, i32* @baz, align 4
ret i32 %1
}