Skip to content

Commit

Permalink
output something else
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillegrech committed Jan 16, 2019
1 parent 5607bf1 commit 16f44c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions logic/decompiler_output.dl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
// re-formatted for use by clients), statistics, debugging relations.



// usefule intermediate outputs
.output OpcodePossiblyHalts

.output IRBlockEdge

.output PublicFunction
.output Statement_IRStatement

.decl Exit(block:IRBlock)

Expand Down Expand Up @@ -116,7 +115,6 @@ TAC_Op(irstmt, op) :-
!REVERT(stmt),
!INVALID(stmt).


TAC_Op(irstmt, "CONST") :-
Statement_IRStatement(stmt, irstmt),
(PushValue(stmt, _) ; PC(stmt)).
Expand Down

0 comments on commit 16f44c4

Please sign in to comment.