Fix typo, reported by Eitan Adler!
authorNick Lewycky <nicholas@mxc.ca>
Sat, 10 Dec 2011 03:16:20 +0000 (03:16 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 10 Dec 2011 03:16:20 +0000 (03:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146316 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFrameInfo.h

index b347ca8e680a85114a55d0eb54b0389fafc405bc..44402a9e68fb27c4f35e6977a404579cb9969af7 100644 (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