forbid to set current_block to Bad
This was used as a hack to mark unreachable code by some people, but it is prefered to simply use a new Block without predecessors, or set NULL if you have to.
Please register or sign in to comment
This was used as a hack to mark unreachable code by some people, but it is prefered to simply use a new Block without predecessors, or set NULL if you have to.