summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2015-09-04 12:34:55 +0000
committerChad Rosier <mcrosier@codeaurora.org>2015-09-04 12:34:55 +0000
commita67b2d01174208f63378fd4734791d5c35a79752 (patch)
treeae0f57effd59690429a8f831ce0af90419562065 /llvm/lib/CodeGen
parent633fc4d72b80e52859e5b177060c0aadb3868303 (diff)
downloadbcm5719-llvm-a67b2d01174208f63378fd4734791d5c35a79752.tar.gz
bcm5719-llvm-a67b2d01174208f63378fd4734791d5c35a79752.zip
Typo. NFC.
llvm-svn: 246851
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LivePhysRegs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LivePhysRegs.cpp b/llvm/lib/CodeGen/LivePhysRegs.cpp
index 7915d6c4e7c..30addff13fa 100644
--- a/llvm/lib/CodeGen/LivePhysRegs.cpp
+++ b/llvm/lib/CodeGen/LivePhysRegs.cpp
@@ -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) {
OpenPOWER on IntegriCloud