summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CriticalAntiDepBreaker.h
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-06-24 21:11:51 +0000
committerSanjay Patel <spatel@rotateright.com>2014-06-24 21:11:51 +0000
commit0029534141ee83d827267d4ac9418bbed5704c2e (patch)
treea6477b330741e7c0155372e310d4f7cc19468086 /lib/CodeGen/CriticalAntiDepBreaker.h
parent639c71bafbbc95e9ccbc73fd27bf9bb6545fa7af (diff)
downloadllvm-0029534141ee83d827267d4ac9418bbed5704c2e.tar.gz
llvm-0029534141ee83d827267d4ac9418bbed5704c2e.tar.bz2
llvm-0029534141ee83d827267d4ac9418bbed5704c2e.tar.xz
fixed a few typos in comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CriticalAntiDepBreaker.h')
-rw-r--r--lib/CodeGen/CriticalAntiDepBreaker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/CriticalAntiDepBreaker.h b/lib/CodeGen/CriticalAntiDepBreaker.h
index 1949a48d98..45e4ff5c78 100644
--- a/lib/CodeGen/CriticalAntiDepBreaker.h
+++ b/lib/CodeGen/CriticalAntiDepBreaker.h
@@ -55,12 +55,12 @@ class TargetRegisterInfo;
typedef std::multimap<unsigned, MachineOperand *>::const_iterator
RegRefIter;
- /// KillIndices - The index of the most recent kill (proceding bottom-up),
+ /// KillIndices - The index of the most recent kill (proceeding bottom-up),
/// or ~0u if the register is not live.
std::vector<unsigned> KillIndices;
- /// DefIndices - The index of the most recent complete def (proceding bottom
- /// up), or ~0u if the register is live.
+ /// DefIndices - The index of the most recent complete def (proceeding
+ /// bottom up), or ~0u if the register is live.
std::vector<unsigned> DefIndices;
/// KeepRegs - A set of registers which are live and cannot be changed to