From: Bill Wendling Date: Wed, 5 Dec 2012 21:43:30 +0000 (+0000) Subject: Fix name. The array is unboundED. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=46defa599bff69cf8cd289136138770ee571cbbd;p=oota-llvm.git Fix name. The array is unboundED. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169428 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/DebugInfo.cpp b/lib/VMCore/DebugInfo.cpp index 0b43cc0beba..07508c879e2 100644 --- a/lib/VMCore/DebugInfo.cpp +++ b/lib/VMCore/DebugInfo.cpp @@ -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 {