summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-24 19:56:08 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-24 19:56:08 +0000
commit54edf4f7da971cbb0c1546039db488a259480398 (patch)
treef0a6db283b38b55f0dd3d6ac763868cfa784b7fd /include/llvm
parent3f43dc36878e698c71c9828ca59a4c3259845589 (diff)
downloadllvm-54edf4f7da971cbb0c1546039db488a259480398.tar.gz
llvm-54edf4f7da971cbb0c1546039db488a259480398.tar.bz2
llvm-54edf4f7da971cbb0c1546039db488a259480398.tar.xz
Remove the -fast-spill option.
This code path has never really been used, and we are going to be handling spilling through the Spiller interface in the future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 8f4de3f026..a07814bf5e 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -248,12 +248,6 @@ namespace llvm {
addIntervalsForSpills(const LiveInterval& i,
SmallVectorImpl<LiveInterval*> &SpillIs,
const MachineLoopInfo *loopInfo, VirtRegMap& vrm);
-
- /// addIntervalsForSpillsFast - Quickly create new intervals for spilled
- /// defs / uses without remat or splitting.
- std::vector<LiveInterval*>
- addIntervalsForSpillsFast(const LiveInterval &li,
- const MachineLoopInfo *loopInfo, VirtRegMap &vrm);
/// spillPhysRegAroundRegDefsUses - Spill the specified physical register
/// around all defs and uses of the specified interval. Return true if it