forked from OSchip/llvm-project
Forgotten formatting from previous commit
llvm-svn: 222934
This commit is contained in:
parent
3b0dcc160a
commit
6297eb518a
|
@ -2126,8 +2126,8 @@ static void emitMatchTokenString(CodeGenTarget &Target,
|
|||
std::vector<StringMatcher::StringPair> Matches;
|
||||
for (const auto &CI : Infos) {
|
||||
if (CI.Kind == ClassInfo::Token)
|
||||
Matches.push_back(StringMatcher::StringPair(CI.ValueName,
|
||||
"return " + CI.Name + ";"));
|
||||
Matches.push_back(
|
||||
StringMatcher::StringPair(CI.ValueName, "return " + CI.Name + ";"));
|
||||
}
|
||||
|
||||
OS << "static MatchClassKind matchTokenString(StringRef Name) {\n";
|
||||
|
|
Loading…
Reference in New Issue