diff options
author | Andrew Trick <atrick@apple.com> | 2013-12-13 22:23:54 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-12-13 22:23:54 +0000 |
commit | 60cf0adeb575f469d299fe83c06db1740344384c (patch) | |
tree | ba24ad012b777005eb76b2e50e7bf84fed66604b /llvm/lib/CodeGen/ExecutionDepsFix.cpp | |
parent | e1fad2b5600ecb9dec92544a827277602e3f1055 (diff) | |
download | bcm5719-llvm-60cf0adeb575f469d299fe83c06db1740344384c.tar.gz bcm5719-llvm-60cf0adeb575f469d299fe83c06db1740344384c.zip |
comment typo.
llvm-svn: 197278
Diffstat (limited to 'llvm/lib/CodeGen/ExecutionDepsFix.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ExecutionDepsFix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ExecutionDepsFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp index 031f19c135a..f2a61efcae2 100644 --- a/llvm/lib/CodeGen/ExecutionDepsFix.cpp +++ b/llvm/lib/CodeGen/ExecutionDepsFix.cpp @@ -557,7 +557,7 @@ void ExeDepsFix::processUndefReads(MachineBasicBlock *MBB) { for (MachineBasicBlock::reverse_iterator I = MBB->rbegin(), E = MBB->rend(); I != E; ++I) { - // Update liveness, including the current instrucion's defs. + // Update liveness, including the current instruction's defs. LiveUnits.stepBackward(*I, *TRI); if (UndefMI == &*I) { |