implement export control

This commit is contained in:
Quentin Carbonneaux 2016-03-28 10:30:55 -04:00
parent 54d734f6a4
commit 1b4943eb1f
27 changed files with 65 additions and 22 deletions

View file

@ -63,6 +63,8 @@ while test -n "$1"
do
case "$1" in
"-callssa")
CALLER=c
CALLEE=ssa
;;
"-callc")
CALLER=ssa