mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Typo. NFC.
llvm-svn: 246851
This commit is contained in:
parent
bcc1d7e80a
commit
4502b6a128
@ -109,7 +109,7 @@ public:
|
||||
/// \brief Simulates liveness when stepping forward over an
|
||||
/// instruction(bundle): Remove killed-uses, add defs. This is the not
|
||||
/// recommended way, because it depends on accurate kill flags. If possible
|
||||
/// use stepBackwards() instead of this function.
|
||||
/// use stepBackward() instead of this function.
|
||||
/// The clobbers set will be the list of registers either defined or clobbered
|
||||
/// by a regmask. The operand will identify whether this is a regmask or
|
||||
/// register operand.
|
||||
|
@ -68,7 +68,7 @@ void LivePhysRegs::stepBackward(const MachineInstr &MI) {
|
||||
|
||||
/// Simulates liveness when stepping forward over an instruction(bundle): Remove
|
||||
/// killed-uses, add defs. This is the not recommended way, because it depends
|
||||
/// on accurate kill flags. If possible use stepBackwards() instead of this
|
||||
/// on accurate kill flags. If possible use stepBackward() instead of this
|
||||
/// function.
|
||||
void LivePhysRegs::stepForward(const MachineInstr &MI,
|
||||
SmallVectorImpl<std::pair<unsigned, const MachineOperand*>> &Clobbers) {
|
||||
|
Loading…
Reference in New Issue
Block a user