summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-05-09 23:43:30 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-05-09 23:43:30 +0000
commit982205bcaeb92b00673008908fdb064fa7f3eedf (patch)
treecc8632660977a2c9432f5fc3c657cd7b8616c624
parentf8b19d09bab90815fc87c0f698f161ae16a2b6fb (diff)
downloadbcm5719-llvm-982205bcaeb92b00673008908fdb064fa7f3eedf.tar.gz
bcm5719-llvm-982205bcaeb92b00673008908fdb064fa7f3eedf.zip
Fix warning text.
llvm-svn: 156521
-rw-r--r--llvm/utils/TableGen/CodeGenRegisters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenRegisters.cpp b/llvm/utils/TableGen/CodeGenRegisters.cpp
index 145ec26c9eb..5dba6d4ba86 100644
--- a/llvm/utils/TableGen/CodeGenRegisters.cpp
+++ b/llvm/utils/TableGen/CodeGenRegisters.cpp
@@ -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());
OpenPOWER on IntegriCloud