Skip to content

Commit dfc2935

Browse files
jsjiarsenm
andauthored
Update llvm/lib/CodeGen/MachineCopyPropagation.cpp
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 76a533d commit dfc2935

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/MachineCopyPropagation.cpp

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

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

10451044
MaybeDead->eraseFromParent();
10461045
Changed = true;

0 commit comments

Comments
 (0)