diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
commit | c8e41c591741b3da1077f7000274ad040bef8002 (patch) | |
tree | de48920d877025af8ab8945b1dfc33404a31ffad /utils/TableGen | |
parent | ed1a335ece5c83230af662580e69008ed6fcca17 (diff) | |
download | external_llvm-c8e41c591741b3da1077f7000274ad040bef8002.zip external_llvm-c8e41c591741b3da1077f7000274ad040bef8002.tar.gz external_llvm-c8e41c591741b3da1077f7000274ad040bef8002.tar.bz2 |
Fix a typo (the the => the)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-rw-r--r-- | utils/TableGen/DAGISelMatcher.h | 2 | ||||
-rw-r--r-- | utils/TableGen/SubtargetEmitter.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/DAGISelMatcher.h b/utils/TableGen/DAGISelMatcher.h index 99ebf98..3ca16f0 100644 --- a/utils/TableGen/DAGISelMatcher.h +++ b/utils/TableGen/DAGISelMatcher.h @@ -35,7 +35,7 @@ void EmitMatcherTable(const Matcher *Matcher, const CodeGenDAGPatterns &CGP, raw_ostream &OS); -/// Matcher - Base class for all the the DAG ISel Matcher representation +/// Matcher - Base class for all the DAG ISel Matcher representation /// nodes. class Matcher { // The next matcher node that is executed after this one. Null if this is the diff --git a/utils/TableGen/SubtargetEmitter.cpp b/utils/TableGen/SubtargetEmitter.cpp index 39055c0..b3bf4aa 100644 --- a/utils/TableGen/SubtargetEmitter.cpp +++ b/utils/TableGen/SubtargetEmitter.cpp @@ -564,7 +564,7 @@ EmitItineraries(raw_ostream &OS, } } -// Emit either the the value defined in the TableGen Record, or the default +// Emit either the value defined in the TableGen Record, or the default // value defined in the C++ header. The Record is null if the processor does not // define a model. void SubtargetEmitter::EmitProcessorProp(raw_ostream &OS, const Record *R, |