Test commit: fix typo in comment.
authorLuqman Aden <me@luqman.ca>
Wed, 22 Apr 2015 17:42:37 +0000 (17:42 +0000)
committerLuqman Aden <me@luqman.ca>
Wed, 22 Apr 2015 17:42:37 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235526 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AggressiveAntiDepBreaker.h

index f9544dd1bee291f0bba6d5e458b75c71d13c0981..18c8bb591c1c823d167f32dd17fa654f468d4cad 100644 (file)
@@ -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;