aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsFrameLowering.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-18 22:29:13 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-18 22:29:13 +0000
commit67c033e6b8c935f28b22c1d79cc12d883d61e04d (patch)
treea1a6105b9e7270e69985aa268a95e774171f5cc5 /llvm/lib/Target/Mips/MipsFrameLowering.cpp
parent11de9a966a34a7a50611c3179885fefe2c83e6b2 (diff)
downloadllvm-67c033e6b8c935f28b22c1d79cc12d883d61e04d.zip
llvm-67c033e6b8c935f28b22c1d79cc12d883d61e04d.tar.gz
llvm-67c033e6b8c935f28b22c1d79cc12d883d61e04d.tar.bz2
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
better location welcome). llvm-svn: 135438
Diffstat (limited to 'llvm/lib/Target/Mips/MipsFrameLowering.cpp')
-rw-r--r--llvm/lib/Target/Mips/MipsFrameLowering.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/Mips/MipsFrameLowering.cpp b/llvm/lib/Target/Mips/MipsFrameLowering.cpp
index a0f90a0..8b4e238 100644
--- a/llvm/lib/Target/Mips/MipsFrameLowering.cpp
+++ b/llvm/lib/Target/Mips/MipsFrameLowering.cpp
@@ -300,13 +300,6 @@ void MipsFrameLowering::emitEpilogue(MachineFunction &MF,
}
}
-void
-MipsFrameLowering::getInitialFrameState(std::vector<MachineMove> &Moves) const {
- MachineLocation Dst(MachineLocation::VirtualFP);
- MachineLocation Src(Mips::SP, 0);
- Moves.push_back(MachineMove(0, Dst, Src));
-}
-
void MipsFrameLowering::
processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
RegScavenger *RS) const {