Add DebugLoc-aware constructors for SDNode derived
[oota-llvm.git] / include / llvm / CodeGen / LiveStackAnalysis.h
index 6b5235a5d1dd07b2d607f8674cee67b054317b04..7cb4151e87053c3f53595bcea18b5de9d27afea9 100644 (file)
@@ -64,8 +64,8 @@ namespace llvm {
       return I->second;
     }
 
-    bool hasInterval(unsigned reg) const {
-      return s2iMap.count(reg);
+    bool hasInterval(unsigned Slot) const {
+      return s2iMap.count(Slot);
     }
 
     BumpPtrAllocator& getVNInfoAllocator() { return VNInfoAllocator; }