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 | e82f403c5136b236c55d5b3ecd23fd160b853e3f (patch) | |
tree | 1f7386b190231187317cd205eab3d7490bcadb91 /llvm | |
parent | 4bd96c4469377f74a0a56d8e7ac0ff55377ff8fd (diff) | |
download | bcm5719-llvm-e82f403c5136b236c55d5b3ecd23fd160b853e3f.tar.gz bcm5719-llvm-e82f403c5136b236c55d5b3ecd23fd160b853e3f.zip |
Remove a dead prototype.
llvm-svn: 161250
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h index 1ba8df01cc3..abeb0fbf817 100644 --- a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/llvm/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. |