summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/GC/inline2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/GC/inline2.ll')
-rw-r--r--llvm/test/CodeGen/X86/GC/inline2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/GC/inline2.ll b/llvm/test/CodeGen/X86/GC/inline2.ll
index be35d8fa854..034c985a1df 100644
--- a/llvm/test/CodeGen/X86/GC/inline2.ll
+++ b/llvm/test/CodeGen/X86/GC/inline2.ll
@@ -17,7 +17,7 @@ define internal i32 @g() gc "example" {
%obj.2 = bitcast %IntArray* %obj to i8* ; <i8*> [#uses=1]
store i8* %obj.2, i8** %root
%Length.ptr = getelementptr %IntArray, %IntArray* %obj, i32 0, i32 0 ; <i32*> [#uses=1]
- %Length = load i32* %Length.ptr ; <i32> [#uses=1]
+ %Length = load i32, i32* %Length.ptr ; <i32> [#uses=1]
ret i32 %Length
}
OpenPOWER on IntegriCloud