[TableGen] Add missing space to output.

llvm-svn: 256540
This commit is contained in:
Craig Topper 2015-12-29 07:03:25 +00:00
parent e4e7415705
commit 884409a552
1 changed files with 1 additions and 1 deletions

View File

@ -2952,7 +2952,7 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
}
OS << " }\n";
OS << " // Search the table.\n";
OS << " std::pair<const MatchEntry*, const MatchEntry*>"
OS << " std::pair<const MatchEntry*, const MatchEntry*> "
"MnemonicRange(Start, End);\n";
OS << " unsigned SIndex = Mnemonic.empty() ? 0 : 1;\n";
OS << " if (!Mnemonic.empty())\n";