Skip to content

Commit 16f44c4

Browse files
committed
output something else
1 parent 5607bf1 commit 16f44c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

logic/decompiler_output.dl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
// re-formatted for use by clients), statistics, debugging relations.
77

88

9-
9+
// usefule intermediate outputs
1010
.output OpcodePossiblyHalts
11-
1211
.output IRBlockEdge
13-
1412
.output PublicFunction
13+
.output Statement_IRStatement
1514

1615
.decl Exit(block:IRBlock)
1716

@@ -116,7 +115,6 @@ TAC_Op(irstmt, op) :-
116115
!REVERT(stmt),
117116
!INVALID(stmt).
118117

119-
120118
TAC_Op(irstmt, "CONST") :-
121119
Statement_IRStatement(stmt, irstmt),
122120
(PushValue(stmt, _) ; PC(stmt)).

0 commit comments

Comments
 (0)