diff options
Diffstat (limited to 'test/CodeGen/X86/GC/inline.ll')
-rw-r--r-- | test/CodeGen/X86/GC/inline.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/GC/inline.ll b/test/CodeGen/X86/GC/inline.ll index 9da33ae..9d74c1f 100644 --- a/test/CodeGen/X86/GC/inline.ll +++ b/test/CodeGen/X86/GC/inline.ll @@ -15,8 +15,8 @@ define internal i32 @g() gc "example" { %obj = call %IntArray* @h( ) ; <%IntArray*> [#uses=2] %obj.2 = bitcast %IntArray* %obj to i8* ; <i8*> [#uses=1] store i8* %obj.2, i8** %root - %Length.ptr = getelementptr %IntArray* %obj, i32 0, i32 0 ; <i32*> [#uses=1] - %Length = load i32* %Length.ptr ; <i32> [#uses=1] + %Length.ptr = getelementptr %IntArray, %IntArray* %obj, i32 0, i32 0 ; <i32*> [#uses=1] + %Length = load i32, i32* %Length.ptr ; <i32> [#uses=1] ret i32 %Length } |