[llvm-commits] [llvm] r161250 - /llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri Aug 3 11:34:33 PDT 2012
Author: stoklund
Date: Fri Aug 3 13:34:32 2012
New Revision: 161250
URL: http://llvm.org/viewvc/llvm-project?rev=161250&view=rev
Log:
Remove a dead prototype.
Modified:
llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
Modified: llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h?rev=161250&r1=161249&r2=161250&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h Fri Aug 3 13:34:32 2012
@@ -241,13 +241,6 @@
/// 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.
More information about the llvm-commits
mailing list