diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-08 23:43:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-08 23:43:55 +0000 |
commit | 8246bef02aa6ef00242c9f318ecd32ff85d92bc6 (patch) | |
tree | e80f304ce8fcc6aef192830b66e7e76669b974ea /utils | |
parent | af3e9d43a2d8ba3cf5f65f54bd928846bec3ab67 (diff) | |
download | external_llvm-8246bef02aa6ef00242c9f318ecd32ff85d92bc6.zip external_llvm-8246bef02aa6ef00242c9f318ecd32ff85d92bc6.tar.gz external_llvm-8246bef02aa6ef00242c9f318ecd32ff85d92bc6.tar.bz2 |
fix edito
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/AsmMatcherEmitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp index d3b9676..6948a7e 100644 --- a/utils/TableGen/AsmMatcherEmitter.cpp +++ b/utils/TableGen/AsmMatcherEmitter.cpp @@ -763,7 +763,6 @@ static bool EmitStringMatcherForChar(const std::string &StrVariableName, // If we have exactly one bucket to match, see how many characters are common // across the whole set and match all of them at once. - // length, just verify the rest of it with one if. if (MatchesByLetter.size() == 1) { unsigned FirstNonCommonLetter = FindFirstNonCommonLetter(Matches); unsigned NumChars = FirstNonCommonLetter-CharNo; |