mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix typo, reported by Eitan Adler!
llvm-svn: 146316
This commit is contained in:
parent
8c75d72739
commit
d25c68a628
@ -465,7 +465,7 @@ public:
|
||||
bool isSpillSlotObjectIndex(int ObjectIdx) const {
|
||||
assert(unsigned(ObjectIdx+NumFixedObjects) < Objects.size() &&
|
||||
"Invalid Object Idx!");
|
||||
return Objects[ObjectIdx+NumFixedObjects].isSpillSlot;;
|
||||
return Objects[ObjectIdx+NumFixedObjects].isSpillSlot;
|
||||
}
|
||||
|
||||
/// isDeadObjectIndex - Returns true if the specified index corresponds to
|
||||
|
Loading…
Reference in New Issue
Block a user