[llvm] r197278 - comment typo.

Andrew Trick atrick at apple.com
Fri Dec 13 14:23:54 PST 2013


Author: atrick
Date: Fri Dec 13 16:23:54 2013
New Revision: 197278

URL: http://llvm.org/viewvc/llvm-project?rev=197278&view=rev
Log:
comment typo.

Modified:
    llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp

Modified: llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp?rev=197278&r1=197277&r2=197278&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp (original)
+++ llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp Fri Dec 13 16:23:54 2013
@@ -557,7 +557,7 @@ void ExeDepsFix::processUndefReads(Machi
 
   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) {





More information about the llvm-commits mailing list