We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67a46f commit 594f5c4Copy full SHA for 594f5c4
llvm/include/llvm/CodeGen/MachineRegisterInfo.h
@@ -634,9 +634,8 @@ class MachineRegisterInfo {
634
/// function. Writing to a constant register has no effect.
635
LLVM_ABI bool isConstantPhysReg(MCRegister PhysReg) const;
636
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).
+ /// Get an iterator over the pressure sets affected by the virtual register
+ /// or register unit.
640
PSetIterator getPressureSets(VirtRegOrUnit VRegOrUnit) const;
641
642
//===--------------------------------------------------------------------===//
0 commit comments