`NoReturnAnalysis`: track killer's reason
The `NoReturnAnalysis` now tracks, through metadata, not just the fact that a basic block is a killer basic block, but also the reason why it is. This let's the user know whether it's a killer because leads to an actual killer basic block or because it is a killer syscall/endless loop.
Loading
Please register or sign in to comment