aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetFrameLowering.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/TargetFrameLowering.cpp')
-rw-r--r--lib/Target/TargetFrameLowering.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/TargetFrameLowering.cpp b/lib/Target/TargetFrameLowering.cpp
index 19fd581..122f869 100644
--- a/lib/Target/TargetFrameLowering.cpp
+++ b/lib/Target/TargetFrameLowering.cpp
@@ -23,14 +23,6 @@ using namespace llvm;
TargetFrameLowering::~TargetFrameLowering() {
}
-/// getInitialFrameState - Returns a list of machine moves that are assumed
-/// on entry to a function.
-void
-TargetFrameLowering::getInitialFrameState(std::vector<MachineMove> &Moves)
- const {
- // Default is to do nothing.
-}
-
/// getFrameIndexOffset - Returns the displacement from the frame register to
/// the stack frame of the specified index. This is the default implementation
/// which is overridden for some targets.