Skip to content

Commit 25b15ea

Browse files
committed
Debug printing formatting
1 parent 685249a commit 25b15ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPURewriteAGPRCopyMFMA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ bool AMDGPURewriteAGPRCopyMFMAImpl::run(MachineFunction &MF) const {
263263

264264
if (Src2Reg) {
265265
Register Src2PhysReg = VRM.getPhys(Src2Reg);
266-
dbgs() << ", Src2=[" << printReg(Src2Reg, &TRI) << " => "
266+
dbgs() << "], Src2=[" << printReg(Src2Reg, &TRI) << " => "
267267
<< printReg(Src2PhysReg, &TRI);
268268
}
269269

0 commit comments

Comments
 (0)