iscc: turn on --pet-encapsulate-dynamic-control by default
commitbcf6129d65913d4f707839ca4e1146cc8b627a6e
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 22 Sep 2015 14:08:14 +0000 (22 16:08 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 8 Dec 2015 16:24:32 +0000 (8 17:24 +0100)
treea93726d2570f303c6292c203fe40e8f29c7f6402
parent33ac4bb6c7970fbf2921bb74e53f57e6f9c5e458
iscc: turn on --pet-encapsulate-dynamic-control by default

If there is any dynamic control and this option is turned off,
then the instance set returned by parse_file has all the "filters"
projected out.  This instance set is therefore not really useful.
At least with the option turned on, it is possible to perform
some meaningful computations.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
iscc.c