mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 08:46:23 +00:00
fix edito
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78520 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af3e9d43a2
commit
8246bef02a
@ -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…
Reference in New Issue
Block a user