We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c765d58 commit 3ee7da3Copy full SHA for 3ee7da3
llvm/lib/CodeGen/MachineCopyPropagation.cpp
@@ -873,7 +873,7 @@ void MachineCopyPropagation::forwardUses(MachineInstr &MI) {
873
// Attempt to canonicalize/optimize the instruction now its arguments have
874
// been mutated.
875
if (TII->optimizeInstruction(MI)) {
876
- LLVM_DEBUG(dbgs() << "MCP: After optimizeInstruction: " << MI << "\n");
+ LLVM_DEBUG(dbgs() << "MCP: After optimizeInstruction: " << MI);
877
}
878
879
0 commit comments