mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 17:37:13 +00:00
Make the fuse-failed debug output human-readable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61356 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30788b828a
commit
15a3a49e19
@ -2029,7 +2029,7 @@ X86InstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
|
||||
|
||||
// No fusion
|
||||
if (PrintFailedFusing)
|
||||
cerr << "We failed to fuse operand " << i << *MI;
|
||||
cerr << "We failed to fuse operand " << i << " in " << *MI;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user