Fix the name of an argument.
authorDan Gohman <gohman@apple.com>
Mon, 26 Jan 2009 20:27:11 +0000 (20:27 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 26 Jan 2009 20:27:11 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63037 91177308-0d34-0410-b5e6-96231b3b80d8

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; }