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 6b9546e commit 6eb5d5dCopy full SHA for 6eb5d5d
llvm/lib/CodeGen/MachineCopyPropagation.cpp
@@ -1039,7 +1039,8 @@ void MachineCopyPropagation::ForwardCopyPropagateBlock(MachineBasicBlock &MBB) {
1039
if (MIRefedinCopyInfo)
1040
continue;
1041
1042
- LLVM_DEBUG(dbgs() << "MCP: Removing copy due to regmask clobbering: " << *MaybeDead);
+ LLVM_DEBUG(dbgs() << "MCP: Removing copy due to regmask clobbering: "
1043
+ << *MaybeDead);
1044
1045
MaybeDead->eraseFromParent();
1046
Changed = true;
0 commit comments