Inferno  0.2
Steps::SwitchToIfGoto Class Reference

#include <lower_control_flow.hpp>

Inheritance diagram for Steps::SwitchToIfGoto:
[legend]
Collaboration diagram for Steps::SwitchToIfGoto:
[legend]

List of all members.

Public Member Functions

 SwitchToIfGoto ()

Detailed Description

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.


Constructor & Destructor Documentation


The documentation for this class was generated from the following files: