Fix typo, reported by Eitan Adler!

llvm-svn: 146316
This commit is contained in:
Nick Lewycky 2011-12-10 03:16:20 +00:00
parent 9b3569bacc
commit 8f98e7ec7c
1 changed files with 1 additions and 1 deletions

View File

@ -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