gccint: Statements

1 
1 11.7 Statements
1 ===============
1 
1 Most statements in GIMPLE are assignment statements, represented by
1 'GIMPLE_ASSIGN'.  No other C expressions can appear at statement level;
1 a reference to a volatile object is converted into a 'GIMPLE_ASSIGN'.
1 
1  There are also several varieties of complex statements.
1 

Menu