From: Bill Wendling Date: Wed, 5 Dec 2012 21:43:30 +0000 (+0000) Subject: Fix name. The array is unboundED. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fcf6a22b01feba02ee8225c1274ae0907aef61b0;p=platform%2Fupstream%2Fllvm.git Fix name. The array is unboundED. llvm-svn: 169428 --- diff --git a/llvm/lib/VMCore/DebugInfo.cpp b/llvm/lib/VMCore/DebugInfo.cpp index 0b43cc0b..07508c8 100644 --- a/llvm/lib/VMCore/DebugInfo.cpp +++ b/llvm/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 {