fix edito

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-08 23:43:55 +00:00
parent af3e9d43a2
commit 8246bef02a

View File

@ -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;