From fcf6a22b01feba02ee8225c1274ae0907aef61b0 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 5 Dec 2012 21:43:30 +0000 Subject: [PATCH] Fix name. The array is unboundED. llvm-svn: 169428 --- llvm/lib/VMCore/DebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.7.4