The coalescer doesn't need LiveVariables now that we have register use iterators.
[oota-llvm.git] / lib / CodeGen / SimpleRegisterCoalescing.h
index 5b3d6b67a91b8291f3adb9eddaeadf30c3e009f4..a2041ff2a0e7d4dd1cf30497905da0bd10c1b09e 100644 (file)
@@ -83,7 +83,6 @@ namespace llvm {
     const TargetRegisterInfo* tri_;
     const TargetInstrInfo* tii_;
     LiveIntervals *li_;
-    LiveVariables *lv_;
     const MachineLoopInfo* loopInfo;
     
     BitVector allocatableRegs_;