OSDN Git Service

Fix warning text.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 9 May 2012 23:43:30 +0000 (23:43 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 9 May 2012 23:43:30 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156521 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenRegisters.cpp

index 145ec26..5dba6d4 100644 (file)
@@ -891,7 +891,7 @@ void CodeGenRegBank::computeComposites() {
           if (i1d->second == Reg3) {
             // Conflicting composition? Emit a warning but allow it.
             if (CodeGenSubRegIndex *Prev = Idx1->addComposite(Idx2, i1d->first))
-              PrintWarning(Twine("SubRegIndex") + Idx1->getQualifiedName() +
+              PrintWarning(Twine("SubRegIndex ") + Idx1->getQualifiedName() +
                      " and " + Idx2->getQualifiedName() +
                      " compose ambiguously as " + Prev->getQualifiedName() +
                      " or " + i1d->first->getQualifiedName());