mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-14 13:40:10 +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;
|
||||
}
|
||||
|
||||
bool hasInterval(unsigned reg) const {
|
||||
return s2iMap.count(reg);
|
||||
bool hasInterval(unsigned Slot) const {
|
||||
return s2iMap.count(Slot);
|
||||
}
|
||||
|
||||
BumpPtrAllocator& getVNInfoAllocator() { return VNInfoAllocator; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user