diff options
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/TableGen/DAGISelMatcher.h | 2 | ||||
| -rw-r--r-- | llvm/utils/TableGen/SubtargetEmitter.cpp | 2 | ||||
| -rwxr-xr-x | llvm/utils/release/test-release.sh | 2 | ||||
| -rw-r--r-- | llvm/utils/unittest/googletest/gtest.cc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/utils/TableGen/DAGISelMatcher.h b/llvm/utils/TableGen/DAGISelMatcher.h index 99ebf98b1e4..3ca16f04269 100644 --- a/llvm/utils/TableGen/DAGISelMatcher.h +++ b/llvm/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/llvm/utils/TableGen/SubtargetEmitter.cpp b/llvm/utils/TableGen/SubtargetEmitter.cpp index 39055c07b9c..b3bf4aa14ce 100644 --- a/llvm/utils/TableGen/SubtargetEmitter.cpp +++ b/llvm/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, diff --git a/llvm/utils/release/test-release.sh b/llvm/utils/release/test-release.sh index d2946d8762a..a62e82974ac 100755 --- a/llvm/utils/release/test-release.sh +++ b/llvm/utils/release/test-release.sh @@ -193,7 +193,7 @@ function check_valid_urls() { done } -# Export sources to the the build directory. +# Export sources to the build directory. function export_sources() { check_valid_urls diff --git a/llvm/utils/unittest/googletest/gtest.cc b/llvm/utils/unittest/googletest/gtest.cc index 3fdff0a9a35..eb5c68c272c 100644 --- a/llvm/utils/unittest/googletest/gtest.cc +++ b/llvm/utils/unittest/googletest/gtest.cc @@ -1465,7 +1465,7 @@ char* CodePointToUtf8(UInt32 code_point, char* str) { return str; } -// The following two functions only make sense if the the system +// The following two functions only make sense if the system // uses UTF-16 for wide string encoding. All supported systems // with 16 bit wchar_t (Windows, Cygwin, Symbian OS) do use UTF-16. |

