Skip to content

Commit 0d47399

Browse files
committed
GlobalISel: Update syntax in debug printing
Physical register names now start with $, not %
1 parent 1aa763a commit 0d47399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/GlobalISel/RegisterBankInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ void RegisterBankInfo::applyDefaultMapping(const OperandsMapper &OpdMapper) {
444444
continue;
445445
}
446446
if (!MO.getReg()) {
447-
LLVM_DEBUG(dbgs() << " is %%noreg, nothing to be done\n");
447+
LLVM_DEBUG(dbgs() << " is $noreg, nothing to be done\n");
448448
continue;
449449
}
450450
assert(OpdMapper.getInstrMapping().getOperandMapping(OpIdx).NumBreakDowns !=

0 commit comments

Comments
 (0)