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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169428 91177308-0d34-0410-b5e6-96231b3b80d8

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 {