XCore target: fix handling of unsized global arrays in large code model
[oota-llvm.git] / lib / CodeGen / StackColoring.cpp
index 3dbc0508aa546ce7e8f3e7ec4674fc1b3403868c..e31777735bde5c5f99d9c4123d7fc5e594bc51d7 100644 (file)
@@ -452,7 +452,7 @@ void StackColoring::calculateLiveIntervals(unsigned NumSlots) {
         // We have a single consecutive region.
         Intervals[i]->addSegment(LiveInterval::Segment(S, F, ValNum));
       } else {
-        // We have two non consecutive regions. This happens when
+        // We have two non-consecutive regions. This happens when
         // LIFETIME_START appears after the LIFETIME_END marker.
         SlotIndex NewStart = Indexes->getMBBStartIdx(MBB);
         SlotIndex NewFin = Indexes->getMBBEndIdx(MBB);