Skip to content

Commit 6b9546e

Browse files
authored
Update MachineCopyPropagation.cpp
Fix missing )
1 parent dfc2935 commit 6b9546e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/MachineCopyPropagation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ 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: " << *MaybeDead);
10431043

10441044
MaybeDead->eraseFromParent();
10451045
Changed = true;

0 commit comments

Comments
 (0)