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 f7945c5 commit 8f415b0Copy full SHA for 8f415b0
llvm/include/llvm/CodeGen/MachineBasicBlock.h
@@ -846,8 +846,8 @@ class MachineBasicBlock
846
847
/// Return the first instruction in MBB after I that is not a PHI, label or
848
/// debug. This is the correct point to insert copies at the beginning of a
849
- /// basic block. \p Reg is the register being defined for a spill/split during
850
- /// register allocation.
+ /// basic block. \p Reg is the register being used by a spill or defined for a
+ /// restore/split during register allocation.
851
iterator SkipPHIsLabelsAndDebug(iterator I, Register Reg = Register(),
852
bool SkipPseudoOp = true);
853
0 commit comments