Whitespace.

llvm-svn: 164406
This commit is contained in:
Chad Rosier 2012-09-21 19:25:59 +00:00
parent 128ec49e29
commit 2ac9fd0a82
1 changed files with 2 additions and 2 deletions

View File

@ -2617,8 +2617,8 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
<< "unsigned Opcode,\n"
<< " const SmallVectorImpl<MCParsedAsmOperand*> "
<< "&Operands);\n";
OS << " unsigned getMCInstOperandNumImpl(unsigned Kind, MCInst &Inst,\n "
<< " const "
OS << " unsigned getMCInstOperandNumImpl(unsigned Kind, MCInst &Inst,\n"
<< " const "
<< "SmallVectorImpl<MCParsedAsmOperand*> &Operands,\n "
<< " unsigned OperandNum, unsigned &NumMCOperands);\n";
OS << " bool MnemonicIsValid(StringRef Mnemonic);\n";