Make the fuse-failed debug output human-readable.

llvm-svn: 61356
This commit is contained in:
Dan Gohman 2008-12-23 00:19:20 +00:00
parent daef00bca6
commit d72358cba8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}