diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-05-09 23:43:30 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-05-09 23:43:30 +0000 |
| commit | 982205bcaeb92b00673008908fdb064fa7f3eedf (patch) | |
| tree | cc8632660977a2c9432f5fc3c657cd7b8616c624 | |
| parent | f8b19d09bab90815fc87c0f698f161ae16a2b6fb (diff) | |
| download | bcm5719-llvm-982205bcaeb92b00673008908fdb064fa7f3eedf.tar.gz bcm5719-llvm-982205bcaeb92b00673008908fdb064fa7f3eedf.zip | |
Fix warning text.
llvm-svn: 156521
| -rw-r--r-- | llvm/utils/TableGen/CodeGenRegisters.cpp | 2 |
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()); |

