Get rid of 3 non-DebugLoc getNode variants.
[oota-llvm.git] / lib / CodeGen / StrongPHIElimination.cpp
index d8d2a2316a37379344f5ad7d97b737741de4c87e..5d7bc23694bf9100f033c606e0b892690ba79bf6 100644 (file)
@@ -295,7 +295,7 @@ static bool isLiveIn(unsigned r, MachineBasicBlock* MBB,
                      LiveIntervals& LI) {
   LiveInterval& I = LI.getOrCreateInterval(r);
   unsigned idx = LI.getMBBStartIdx(MBB);
-  return I.liveBeforeAndAt(idx);
+  return I.liveAt(idx);
 }
 
 /// isLiveOut - help method that determines, from a regno, if a register is