diff options
author | Eric Christopher <echristo@gmail.com> | 2015-03-06 18:20:23 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-03-06 18:20:23 +0000 |
commit | 6a8bfe719800b5fe47fcdc9dc3dcd29c13b39a48 (patch) | |
tree | c098b91e640b9efd7120f06f6dac588797c0bf00 /llvm/lib/CodeGen/ExecutionDepsFix.cpp | |
parent | be09e8e5cf8495fc81cee39de028d6f62451fc03 (diff) | |
download | bcm5719-llvm-6a8bfe719800b5fe47fcdc9dc3dcd29c13b39a48.tar.gz bcm5719-llvm-6a8bfe719800b5fe47fcdc9dc3dcd29c13b39a48.zip |
Fix typo.
llvm-svn: 231495
Diffstat (limited to 'llvm/lib/CodeGen/ExecutionDepsFix.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ExecutionDepsFix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ExecutionDepsFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp index b3a22c83a80..e28f21b1f2c 100644 --- a/llvm/lib/CodeGen/ExecutionDepsFix.cpp +++ b/llvm/lib/CodeGen/ExecutionDepsFix.cpp @@ -205,7 +205,7 @@ private: char ExeDepsFix::ID = 0; -/// Translate TRI register number to a list of indizes into our stmaller tables +/// Translate TRI register number to a list of indizes into our smaller tables /// of interesting registers. iterator_range<SmallVectorImpl<int>::const_iterator> ExeDepsFix::regIndizes(unsigned Reg) const { |