From: Chris Lattner Date: Sat, 8 Aug 2009 23:43:55 +0000 (+0000) Subject: fix edito X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8246bef02aa6ef00242c9f318ecd32ff85d92bc6;p=oota-llvm.git fix edito git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78520 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/AsmMatcherEmitter.cpp b/utils/TableGen/AsmMatcherEmitter.cpp index d3b9676a1c5..6948a7ee645 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;