Typo. NFC.
authorChad Rosier <mcrosier@codeaurora.org>
Fri, 4 Sep 2015 12:34:55 +0000 (12:34 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Fri, 4 Sep 2015 12:34:55 +0000 (12:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246851 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LivePhysRegs.h
lib/CodeGen/LivePhysRegs.cpp

index 6475e7b4af3728919d8058231ee7f1b0301c8305..326aebfcd94e2f39071b2689c7c7e59c5410d1c3 100644 (file)
@@ -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.
index 7915d6c4e7c448142b91915aa64004d2be6c5470..30addff13fa76ed663ddd4c1b403db203876f2f9 100644 (file)
@@ -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) {