diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-03 18:34:32 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-03 18:34:32 +0000 |
commit | 07dc609c37663ee0d4179c7de605a841517f4525 (patch) | |
tree | f19ec53510a3772bfff85007bce0e9f8d5fc2663 /include | |
parent | 42dffa50c5e99e81b97919fbc142f2abe05a18a3 (diff) | |
download | external_llvm-07dc609c37663ee0d4179c7de605a841517f4525.zip external_llvm-07dc609c37663ee0d4179c7de605a841517f4525.tar.gz external_llvm-07dc609c37663ee0d4179c7de605a841517f4525.tar.bz2 |
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')
-rw-r--r-- | include/llvm/CodeGen/LiveIntervalAnalysis.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index 1ba8df0..abeb0fb 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. |