summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ExecutionDepsFix.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-12-13 22:23:54 +0000
committerAndrew Trick <atrick@apple.com>2013-12-13 22:23:54 +0000
commite670304f644f5996e3fe290557d9b0e707ad7b99 (patch)
tree23c5a3a9963e88e48a7b55a1db6e26c98a386a31 /lib/CodeGen/ExecutionDepsFix.cpp
parentcadf450e175fa6b65e28dcbb1f41d9c1bcf6b85a (diff)
downloadllvm-e670304f644f5996e3fe290557d9b0e707ad7b99.tar.gz
llvm-e670304f644f5996e3fe290557d9b0e707ad7b99.tar.bz2
llvm-e670304f644f5996e3fe290557d9b0e707ad7b99.tar.xz
comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ExecutionDepsFix.cpp')
-rw-r--r--lib/CodeGen/ExecutionDepsFix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ExecutionDepsFix.cpp b/lib/CodeGen/ExecutionDepsFix.cpp
index 031f19c135..f2a61efcae 100644
--- a/lib/CodeGen/ExecutionDepsFix.cpp
+++ b/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) {