Inferno
0.2
|
#include <lower_control_flow.hpp>
Public Member Functions | |
SwitchToIfGoto () |
Eliminate switch statements by replacing them with gotos, conditional gotos (if(x) goto Y;) and labels, supporting fall-through, default and GCC range-case extension.
Definition at line 72 of file lower_control_flow.hpp.
Definition at line 320 of file lower_control_flow.cpp.
References TypeOf::instance, and Steps::MakeCheckUncombable().