From 36429c22a3f10a730cc7b528343edbc89d61c6c6 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. llvm-svn: 235526 --- 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;