mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
same bug, another place.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113141 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d7c307a08
commit
8e4fdef6cc
@ -127,7 +127,7 @@ void StringMatcher::Emit() const {
|
||||
for (std::map<unsigned, std::vector<const StringPair*> >::iterator LI =
|
||||
MatchesByLength.begin(), E = MatchesByLength.end(); LI != E; ++LI) {
|
||||
OS << " case " << LI->first << ":\t // " << LI->second.size()
|
||||
<< " strings to match.\n";
|
||||
<< " string" << (LI->second.size() == 1 ? "" : "s") << " to match.\n";
|
||||
if (EmitStringMatcherForChar(LI->second, 0, 0))
|
||||
OS << " break;\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user