mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 02:18:46 +00:00
fix edito
llvm-svn: 78520
This commit is contained in:
parent
1b075b4a8b
commit
681f6ab2e1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user