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 dfc2935 commit 6b9546eCopy full SHA for 6b9546e
llvm/lib/CodeGen/MachineCopyPropagation.cpp
@@ -1039,7 +1039,7 @@ 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: " << *MaybeDead);
1043
1044
MaybeDead->eraseFromParent();
1045
Changed = true;
0 commit comments