Skip to content

Commit

Permalink
some ad-hoc renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
csabahruska committed May 4, 2020
1 parent 0d048c1 commit d7aebb2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lambda-grin/souffle-datalog/CFA.dl
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,14 @@ PNode(f, f, arity, arity) :-
- nampespace might be unnecessary
*/

.decl ExecCall(namespace:symbol, call_result:Variable, fun:CodeName, arg_count:number)
.decl ExecCallArgument(namespace:symbol, call_result:Variable, fun:CodeName, i:number, value:Variable)
.decl ExecCall(namespace:symbol, call_inst:Variable, fun:CodeName, arg_count:number)
.decl ExecCallArgument(namespace:symbol, call_inst:Variable, fun:CodeName, i:number, value:Variable)
//.decl ExecCallResult_PointsTo(namespace:symbol, call_inst:Variable, result:Variable)
//.decl ExecCallResult_TypeVarPointsTo(namespace:symbol, call_inst:Variable, result:Variable, ty_var:Variable)
.output ExecCall
.output ExecCallArgument
//.output ExecCallResult_PointsTo
//.output ExecCallResult_TypeVarPointsTo

USED("CFA-01-A")
ExecCall("normal-call", r, fun, arg_count) :-
Expand Down

0 comments on commit d7aebb2

Please sign in to comment.