mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
MC/AsmMatcher: Fix indirect 80-col viola.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123174 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c8bd754de
commit
083203dde8
@ -1802,14 +1802,11 @@ void AsmMatcherEmitter::run(raw_ostream &OS) {
|
||||
OS << " Match_Success, Match_MnemonicFail, Match_InvalidOperand,\n";
|
||||
OS << " Match_MissingFeature\n";
|
||||
OS << " };\n";
|
||||
OS << " MatchResultTy MatchInstructionImpl(const "
|
||||
<< "SmallVectorImpl<MCParsedAsmOperand*>"
|
||||
<< " &Operands, MCInst &Inst, unsigned &ErrorInfo);\n\n";
|
||||
OS << " MatchResultTy MatchInstructionImpl(\n";
|
||||
OS << " const SmallVectorImpl<MCParsedAsmOperand*> &Operands,\n";
|
||||
OS << " MCInst &Inst, unsigned &ErrorInfo);\n\n";
|
||||
OS << "#endif // GET_ASSEMBLER_HEADER_INFO\n\n";
|
||||
|
||||
|
||||
|
||||
|
||||
OS << "\n#ifdef GET_REGISTER_MATCHER\n";
|
||||
OS << "#undef GET_REGISTER_MATCHER\n\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user