mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Fix warning text.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156521 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95b8cf1f11
commit
08dc5f2adb
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user