diff options
Diffstat (limited to 'test/CodeGen/X86/stack-update-frame-opcode.ll')
-rw-r--r-- | test/CodeGen/X86/stack-update-frame-opcode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stack-update-frame-opcode.ll b/test/CodeGen/X86/stack-update-frame-opcode.ll index 9a5a242..943e86e 100644 --- a/test/CodeGen/X86/stack-update-frame-opcode.ll +++ b/test/CodeGen/X86/stack-update-frame-opcode.ll @@ -16,7 +16,7 @@ entry: ; ATOM_LP64: leaq -1608 ; ATOM_ILP32: leal -1608 - %arraydecay = getelementptr inbounds [400 x i32]* %arr, i64 0, i64 0 + %arraydecay = getelementptr inbounds [400 x i32], [400 x i32]* %arr, i64 0, i64 0 %call = call i32 @foo(i32 %a, i32* %arraydecay) nounwind ret i32 %call |