[llvm] r235526 - Test commit: fix typo in comment.

Luqman Aden me at luqman.ca
Wed Apr 22 10:42:37 PDT 2015


Author: luqmana
Date: Wed Apr 22 12:42:37 2015
New Revision: 235526

URL: http://llvm.org/viewvc/llvm-project?rev=235526&view=rev
Log:
Test commit: fix typo in comment.

Modified:
    llvm/trunk/lib/CodeGen/AggressiveAntiDepBreaker.h

Modified: llvm/trunk/lib/CodeGen/AggressiveAntiDepBreaker.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AggressiveAntiDepBreaker.h?rev=235526&r1=235525&r2=235526&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AggressiveAntiDepBreaker.h (original)
+++ llvm/trunk/lib/CodeGen/AggressiveAntiDepBreaker.h Wed Apr 22 12:42:37 2015
@@ -63,11 +63,11 @@ class RegisterClassInfo;
     /// Map registers to all their references within a live range.
     std::multimap<unsigned, RegisterReference> RegRefs;
 
-    /// The index of the most recent kill (proceding bottom-up),
+    /// The index of the most recent kill (proceeding bottom-up),
     /// or ~0u if the register is not live.
     std::vector<unsigned> KillIndices;
 
-    /// The index of the most recent complete def (proceding bottom
+    /// The index of the most recent complete def (proceeding bottom
     /// up), or ~0u if the register is live.
     std::vector<unsigned> DefIndices;
 





More information about the llvm-commits mailing list