summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-07-31 21:05:54 +0000
committerAndrew Trick <atrick@apple.com>2013-07-31 21:05:54 +0000
commitd3d751804c1f9d0ac77bbc3a6be48ee3cee2043b (patch)
tree211598d48ac0f3c48a3d8092e0cb42049030b2e1 /utils
parente38070fc32818a6e412dafbb8b3807b413d0819e (diff)
downloadllvm-d3d751804c1f9d0ac77bbc3a6be48ee3cee2043b.tar.gz
llvm-d3d751804c1f9d0ac77bbc3a6be48ee3cee2043b.tar.bz2
llvm-d3d751804c1f9d0ac77bbc3a6be48ee3cee2043b.tar.xz
comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187531 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CodeGenRegisters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenRegisters.cpp b/utils/TableGen/CodeGenRegisters.cpp
index 9f1c9dd35f..43de2be977 100644
--- a/utils/TableGen/CodeGenRegisters.cpp
+++ b/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