diff options
author | Andrew Trick <atrick@apple.com> | 2013-07-31 21:05:54 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-07-31 21:05:54 +0000 |
commit | 753663ccce3d0abe100a76f13684ca09f092c723 (patch) | |
tree | 4f82b9ec44e6033dcf626ec5990e3bd2f7d632fd /llvm | |
parent | 78f9572f39921b9919848ac55ac266436b9d6200 (diff) | |
download | bcm5719-llvm-753663ccce3d0abe100a76f13684ca09f092c723.tar.gz bcm5719-llvm-753663ccce3d0abe100a76f13684ca09f092c723.zip |
comment typo.
llvm-svn: 187531
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/TableGen/CodeGenRegisters.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenRegisters.cpp b/llvm/utils/TableGen/CodeGenRegisters.cpp index 9f1c9dd35f5..43de2be9776 100644 --- a/llvm/utils/TableGen/CodeGenRegisters.cpp +++ b/llvm/utils/TableGen/CodeGenRegisters.cpp @@ -1470,7 +1470,7 @@ static bool isRegUnitSubSet(const std::vector<unsigned> &RUSubSet, RUSubSet.begin(), RUSubSet.end()); } -/// Iteratively prune unit sets. Prune subsets that are close the the superset, +/// Iteratively prune unit sets. Prune subsets that are close to the superset, /// but with one or two registers removed. We occasionally have registers like /// APSR and PC thrown in with the general registers. We also see many /// special-purpose register subsets, such as tail-call and Thumb |