Skip to content

Commit 9971b8f

Browse files
committed
chore: Fixed build
1 parent b774c70 commit 9971b8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vadl/main/vadl/lcb/template/lib/IR/EmitMiddleendIntrinsicsTableGenPass.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ protected String getOutputPath() {
6161
protected Map<String, Object> createVariables(PassResults passResults,
6262
Specification specification) {
6363
var map =
64-
(Map<Instruction, List<InstructionIntrinsicAttributesCtx.Attribute>>) passResults.lastResultOf(
65-
DetermineIntrinsicAttributesPass.class);
64+
(Map<Instruction, List<InstructionIntrinsicAttributesCtx.Attribute>>) passResults
65+
.lastResultOf(
66+
DetermineIntrinsicAttributesPass.class);
6667
var records = ((List<TableGenMachineInstruction>) passResults.lastResultOf(
6768
GenerateTableGenMachineInstructionRecordPass.class)).stream().collect(Collectors.toMap(
6869
TableGenMachineInstruction::instruction, x -> x));

0 commit comments

Comments
 (0)