forked from OSchip/llvm-project
Make the fuse-failed debug output human-readable.
llvm-svn: 61356
This commit is contained in:
parent
daef00bca6
commit
d72358cba8
|
@ -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…
Reference in New Issue