summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-03 18:34:32 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-03 18:34:32 +0000
commit07dc609c37663ee0d4179c7de605a841517f4525 (patch)
treef19ec53510a3772bfff85007bce0e9f8d5fc2663 /include/llvm/CodeGen/LiveIntervalAnalysis.h
parent42dffa50c5e99e81b97919fbc142f2abe05a18a3 (diff)
downloadllvm-07dc609c37663ee0d4179c7de605a841517f4525.tar.gz
llvm-07dc609c37663ee0d4179c7de605a841517f4525.tar.bz2
llvm-07dc609c37663ee0d4179c7de605a841517f4525.tar.xz
Remove a dead prototype.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 1ba8df01cc..abeb0fbf81 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -241,13 +241,6 @@ namespace llvm {
/// print - Implement the dump method.
virtual void print(raw_ostream &O, const Module* = 0) const;
- /// isReMaterializable - Returns true if every definition of MI of every
- /// val# of the specified interval is re-materializable. Also returns true
- /// by reference if all of the defs are load instructions.
- bool isReMaterializable(const LiveInterval &li,
- const SmallVectorImpl<LiveInterval*> *SpillIs,
- bool &isLoad);
-
/// intervalIsInOneMBB - If LI is confined to a single basic block, return
/// a pointer to that block. If LI is live in to or out of any block,
/// return NULL.