gccint: GIMPLE_RETURN

1 
1 12.8.26 'GIMPLE_RETURN'
1 -----------------------
1 
1  -- GIMPLE function: greturn *gimple_build_return (tree retval)
1      Build a 'GIMPLE_RETURN' statement whose return value is retval.
1 
1  -- GIMPLE function: tree gimple_return_retval (const greturn *g)
1      Return the return value for 'GIMPLE_RETURN' 'G'.
1 
1  -- GIMPLE function: void gimple_return_set_retval (greturn *g, tree
1           retval)
1      Set 'RETVAL' to be the return value for 'GIMPLE_RETURN' 'G'.
1