summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/private.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/private.ll')
-rw-r--r--llvm/test/CodeGen/X86/private.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/private.ll b/llvm/test/CodeGen/X86/private.ll
index c02d19319a4..4b936d2323e 100644
--- a/llvm/test/CodeGen/X86/private.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud