diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-24 05:04:35 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-24 05:04:35 +0000 |
commit | 501931b117981d4ae8ba6cb1edbd1780b3208b92 (patch) | |
tree | 15f382d7497201668ebc56d099968add4ec7bb7f /llvm/utils/TableGen/GlobalISelEmitter.cpp | |
parent | 0321ebc054c79d530f9f8626c2edf1bb317085c0 (diff) | |
download | bcm5719-llvm-501931b117981d4ae8ba6cb1edbd1780b3208b92.tar.gz bcm5719-llvm-501931b117981d4ae8ba6cb1edbd1780b3208b92.zip |
[NFC] fix trivial typos in comments
"the the" -> "the"
llvm-svn: 323302
Diffstat (limited to 'llvm/utils/TableGen/GlobalISelEmitter.cpp')
-rw-r--r-- | llvm/utils/TableGen/GlobalISelEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/GlobalISelEmitter.cpp b/llvm/utils/TableGen/GlobalISelEmitter.cpp index fd9ba08c7e2..b350618e5ab 100644 --- a/llvm/utils/TableGen/GlobalISelEmitter.cpp +++ b/llvm/utils/TableGen/GlobalISelEmitter.cpp @@ -2651,7 +2651,7 @@ private: /// Takes a sequence of \p Rules and group them based on the predicates /// they share. \p StorageGroupMatcher is used as a memory container - /// for the the group that are created as part of this process. + /// for the group that are created as part of this process. /// The optimization process does not change the relative order of /// the rules. In particular, we don't try to share predicates if /// that means reordering the rules (e.g., we won't group R1 and R3 |