C++/C#: Fix formatting

This commit is contained in:
Dave Bartolomeo
2020-06-05 17:14:14 -04:00
parent 1c32e4cc68
commit 94c2bba584
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ private import Imports::Opcode
* all of the branches that can appear in that particular stage. The public `Instruction` class for * all of the branches that can appear in that particular stage. The public `Instruction` class for
* each phase extends the `TStageInstruction` type for that stage. * each phase extends the `TStageInstruction` type for that stage.
*/ */
cached newtype TInstruction = cached
newtype TInstruction =
TRawInstruction( TRawInstruction(
IRFunctionBase irFunc, Opcode opcode, Language::AST ast, IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2 IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2

View File

@@ -12,7 +12,8 @@ private import Imports::Opcode
* all of the branches that can appear in that particular stage. The public `Instruction` class for * all of the branches that can appear in that particular stage. The public `Instruction` class for
* each phase extends the `TStageInstruction` type for that stage. * each phase extends the `TStageInstruction` type for that stage.
*/ */
cached newtype TInstruction = cached
newtype TInstruction =
TRawInstruction( TRawInstruction(
IRFunctionBase irFunc, Opcode opcode, Language::AST ast, IRFunctionBase irFunc, Opcode opcode, Language::AST ast,
IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2 IRConstruction::Raw::InstructionTag1 tag1, IRConstruction::Raw::InstructionTag2 tag2