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