mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 13:48:45 +00:00
[TableGen] Add missing space to output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256540 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
300c966c18
commit
98a6307b5a
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user