Skip to content

Commit aeab106

Browse files
committed
Update getPressureSets comment
1 parent 4597881 commit aeab106

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/include/llvm/CodeGen/MachineRegisterInfo.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,9 +634,8 @@ class MachineRegisterInfo {
634634
/// function. Writing to a constant register has no effect.
635635
LLVM_ABI bool isConstantPhysReg(MCRegister PhysReg) const;
636636

637-
/// Get an iterator over the pressure sets affected by the given physical or
638-
/// virtual register. If RegUnit is physical, it must be a register unit (from
639-
/// MCRegUnitIterator).
637+
/// Get an iterator over the pressure sets affected by the virtual register
638+
/// or register unit.
640639
PSetIterator getPressureSets(VirtRegOrUnit VRegOrUnit) const;
641640

642641
//===--------------------------------------------------------------------===//

0 commit comments

Comments
 (0)