Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.
[oota-llvm.git] / lib / CodeGen / SimpleRegisterCoalescing.h
index a381ae78afe0c7c61ea6a2df32e36528a00aa25d..3ebe3a1f7de4e4b533e789c7cb0c4c05527f19d0 100644 (file)
@@ -201,11 +201,6 @@ namespace llvm {
     bool CanJoinInsertSubRegToPhysReg(unsigned DstReg, unsigned SrcReg,
                                       unsigned SubIdx, unsigned &RealDstReg);
 
-    /// ValueLiveAt - Return true if the LiveRange pointed to by the given
-    /// iterator, or any subsequent range with the same value number,
-    /// is live at the given point.
-    bool ValueLiveAt(LiveInterval::iterator LRItr, LiveIndex defPoint) const;
-
     /// RangeIsDefinedByCopyFromReg - Return true if the specified live range of
     /// the specified live interval is defined by a copy from the specified
     /// register.