summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/private-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/private-2.ll')
-rw-r--r--llvm/test/CodeGen/X86/private-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/private-2.ll b/llvm/test/CodeGen/X86/private-2.ll
index c9d6793f443..21b6b3aff2d 100644
--- a/llvm/test/CodeGen/X86/private-2.ll
+++ b/llvm/test/CodeGen/X86/private-2.ll
@@ -10,6 +10,6 @@
define internal i32* @"\01-[Example1 whatever]"() nounwind optsize ssp {
entry:
%0 = getelementptr %struct.A, %struct.A* @"_ZZ20-[Example1 whatever]E4C.91", i64 0, i32 0 ; <i32**> [#uses=1]
- %1 = load i32** %0, align 8 ; <i32*> [#uses=1]
+ %1 = load i32*, i32** %0, align 8 ; <i32*> [#uses=1]
ret i32* %1
}
OpenPOWER on IntegriCloud