Skip to content

Commit 3ee7da3

Browse files
committed
Get rid of redundant newline
1 parent c765d58 commit 3ee7da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MachineCopyPropagation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ void MachineCopyPropagation::forwardUses(MachineInstr &MI) {
873873
// Attempt to canonicalize/optimize the instruction now its arguments have
874874
// been mutated.
875875
if (TII->optimizeInstruction(MI)) {
876-
LLVM_DEBUG(dbgs() << "MCP: After optimizeInstruction: " << MI << "\n");
876+
LLVM_DEBUG(dbgs() << "MCP: After optimizeInstruction: " << MI);
877877
}
878878
}
879879

0 commit comments

Comments
 (0)