aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/private.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/private.ll')
-rw-r--r--test/CodeGen/X86/private.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/private.ll b/test/CodeGen/X86/private.ll
index c02d193..4b936d2 100644
--- a/test/CodeGen/X86/private.ll
+++ b/test/CodeGen/X86/private.ll
@@ -10,7 +10,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
; CHECK-LABEL: bar: