[TableGen] Add missing space to output.
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
index abbd7f13035594e66ea60211138263a73970b2f1..988e671fae7eb892b2c05541b1c0de478de1ad0c 100644 (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";