mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-16 14:40:00 +00:00
Fix the name of an argument.
llvm-svn: 63037
This commit is contained in:
parent
39dee7256d
commit
2932f7e681
@ -64,8 +64,8 @@ namespace llvm {
|
|||||||
return I->second;
|
return I->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool hasInterval(unsigned reg) const {
|
bool hasInterval(unsigned Slot) const {
|
||||||
return s2iMap.count(reg);
|
return s2iMap.count(Slot);
|
||||||
}
|
}
|
||||||
|
|
||||||
BumpPtrAllocator& getVNInfoAllocator() { return VNInfoAllocator; }
|
BumpPtrAllocator& getVNInfoAllocator() { return VNInfoAllocator; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user