From 440ae31b1c43f2594ce82d0f7630f51212065faa Mon Sep 17 00:00:00 2001 From: Luqman Aden Date: Wed, 22 Apr 2015 17:42:37 +0000 Subject: [PATCH] Test commit: fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235526 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AggressiveAntiDepBreaker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CodeGen/AggressiveAntiDepBreaker.h b/lib/CodeGen/AggressiveAntiDepBreaker.h index f9544dd1bee..18c8bb591c1 100644 --- a/lib/CodeGen/AggressiveAntiDepBreaker.h +++ b/lib/CodeGen/AggressiveAntiDepBreaker.h @@ -63,11 +63,11 @@ class RegisterClassInfo; /// Map registers to all their references within a live range. std::multimap 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 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 DefIndices; -- 2.11.0