Forgotten formatting from previous commit

llvm-svn: 222934
This commit is contained in:
David Blaikie 2014-11-28 21:20:22 +00:00
parent 3b0dcc160a
commit 6297eb518a
1 changed files with 2 additions and 2 deletions

View File

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