forked from OSchip/llvm-project
parent
9b3569bacc
commit
8f98e7ec7c
|
@ -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