Fix name. The array is unboundED.
[oota-llvm.git] / lib / VMCore / DebugInfo.cpp
index 0b43cc0bebaba7986befb14f14b828f2e6b31966..07508c879e26009f1652b7be95de13df54c38ac8 100644 (file)
@@ -1053,7 +1053,7 @@ void DISubrange::printInternal(raw_ostream &OS) const {
   if (Count != -1)
     OS << " [" << getLo() << ", " << Count - 1 << ']';
   else
-    OS << " [unbound]";
+    OS << " [unbounded]";
 }
 
 void DIScope::printInternal(raw_ostream &OS) const {