mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Whitespace.
llvm-svn: 164406
This commit is contained in:
parent
8242a28668
commit
64fd35f379
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user