Skip to content

Commit 6eb5d5d

Browse files
committed
clangformat
1 parent 6b9546e commit 6eb5d5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/MachineCopyPropagation.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,8 @@ void MachineCopyPropagation::ForwardCopyPropagateBlock(MachineBasicBlock &MBB) {
10391039
if (MIRefedinCopyInfo)
10401040
continue;
10411041

1042-
LLVM_DEBUG(dbgs() << "MCP: Removing copy due to regmask clobbering: " << *MaybeDead);
1042+
LLVM_DEBUG(dbgs() << "MCP: Removing copy due to regmask clobbering: "
1043+
<< *MaybeDead);
10431044

10441045
MaybeDead->eraseFromParent();
10451046
Changed = true;

0 commit comments

Comments
 (0)