Fix name. The array is unboundED.
authorBill Wendling <isanbard@gmail.com>
Wed, 5 Dec 2012 21:43:30 +0000 (21:43 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 5 Dec 2012 21:43:30 +0000 (21:43 +0000)
llvm-svn: 169428

llvm/lib/VMCore/DebugInfo.cpp

index 0b43cc0..07508c8 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 {