MachineRegisterInfo: Remove trailing whitespace

This commit is contained in:
Matt Arsenault
2025-04-09 11:00:16 +08:00
committed by Matt Arsenault
parent e24c9e7a0c
commit d99cdd7fba

View File

@@ -936,7 +936,7 @@ public:
/// of reserved registers before allocation begins.
void freezeReservedRegs();
/// reserveReg -- Mark a register as reserved so checks like isAllocatable
/// reserveReg -- Mark a register as reserved so checks like isAllocatable
/// will not suggest using it. This should not be used during the middle
/// of a function walk, or when liveness info is available.
void reserveReg(MCRegister PhysReg, const TargetRegisterInfo *TRI) {