diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll b/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll index 0fe1b7c53cb..f44cfdc8638 100644 --- a/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll +++ b/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/stack_args.ll @@ -13,9 +13,7 @@ define i32 @g(i32 %x1, i32 %x2, i32 %x3, i32 %x4, i32 %x5){ ; MIPS32-NEXT: addiu $1, $sp, 48 ; MIPS32-NEXT: lw $1, 0($1) ; MIPS32-NEXT: move $2, $sp -; MIPS32-NEXT: ori $3, $zero, 16 -; MIPS32-NEXT: addu $2, $2, $3 -; MIPS32-NEXT: sw $1, 0($2) +; MIPS32-NEXT: sw $1, 16($2) ; MIPS32-NEXT: jal f ; MIPS32-NEXT: nop ; MIPS32-NEXT: lw $ra, 28($sp) # 4-byte Folded Reload |