Fix the name of an argument.

llvm-svn: 63037
This commit is contained in:
Dan Gohman 2009-01-26 20:27:11 +00:00
parent 39dee7256d
commit 2932f7e681

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