diff options
Diffstat (limited to 'test/CodeGen/X86/inalloca-stdcall.ll')
-rw-r--r-- | test/CodeGen/X86/inalloca-stdcall.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/inalloca-stdcall.ll b/test/CodeGen/X86/inalloca-stdcall.ll index 65a0f77..fe99f47 100644 --- a/test/CodeGen/X86/inalloca-stdcall.ll +++ b/test/CodeGen/X86/inalloca-stdcall.ll @@ -11,8 +11,8 @@ define void @g() { ; CHECK: movl $8, %eax ; CHECK: calll __chkstk ; CHECK: movl %[[REG:[^,]*]], %esp - %f1 = getelementptr %Foo* %b, i32 0, i32 0 - %f2 = getelementptr %Foo* %b, i32 0, i32 1 + %f1 = getelementptr %Foo, %Foo* %b, i32 0, i32 0 + %f2 = getelementptr %Foo, %Foo* %b, i32 0, i32 1 store i32 13, i32* %f1 store i32 42, i32* %f2 ; CHECK: movl $13, (%[[REG]]) |