Commit Graph

2 Commits

Author SHA1 Message Date
Alessandro Di Federico 56d551f2c1 revamb-dump: add support for - for stdout
If an output path is `-`, consider it stdout.
2016-12-04 00:28:57 +01:00
Alessandro Di Federico e7383f0662 Consider infinite loops as killer basic blocks
When in `NoFunctionCallsCFG` form it's easy to identify small infinite
loops (i.e., loops without exiting basic blocks), which are often used
to implement the last chance behavior of `abort` or `exit`
functions. Therefore, we include all the involved basic blocks as killer
BBs, which will participate in the computation of the final killer set.
2016-12-04 00:28:57 +01:00