summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/i64arg.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-06-24 19:01:25 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-06-24 19:01:25 +0000
commit25eba399cb7b4f9691cc63cb3829a00286c70bc4 (patch)
treeabe93353664ce9e87a3df269e2090b7440a3f81a /test/CodeGen/Mips/i64arg.ll
parent535e58b910199fabcf7db45184bf679e38e42068 (diff)
downloadllvm-25eba399cb7b4f9691cc63cb3829a00286c70bc4.tar.gz
llvm-25eba399cb7b4f9691cc63cb3829a00286c70bc4.tar.bz2
llvm-25eba399cb7b4f9691cc63cb3829a00286c70bc4.tar.xz
Change the chain input of nodes that load the address of a function. This change
enables SelectionDAG::getLoad at MipsISelLowering.cpp:1914 to return a pre-existing node instead of redundantly create a new node every time it is called. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/i64arg.ll')
-rw-r--r--test/CodeGen/Mips/i64arg.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/i64arg.ll b/test/CodeGen/Mips/i64arg.ll
index 9a30453a51..560f2e9b08 100644
--- a/test/CodeGen/Mips/i64arg.ll
+++ b/test/CodeGen/Mips/i64arg.ll
@@ -10,8 +10,8 @@ entry:
; CHECK: jalr
tail call void @ff1(i32 %i, i64 1085102592623924856) nounwind
; CHECK: lw $25, %call16(ff2)
-; CHECK: lw $[[R2:[0-9]+]], 80($sp)
-; CHECK: lw $[[R3:[0-9]+]], 84($sp)
+; CHECK: lw $[[R2:[0-9]+]], 88($sp)
+; CHECK: lw $[[R3:[0-9]+]], 92($sp)
; CHECK: addu $4, $zero, $[[R2]]
; CHECK: addu $5, $zero, $[[R3]]
; CHECK: jalr $25