gccint: GIMPLE_GOTO

1 
1 12.8.10 'GIMPLE_GOTO'
1 ---------------------
1 
1  -- GIMPLE function: ggoto *gimple_build_goto (tree dest)
1      Build a 'GIMPLE_GOTO' statement to label 'DEST'.
1 
1  -- GIMPLE function: tree gimple_goto_dest (gimple g)
1      Return the destination of the unconditional jump 'G'.
1 
1  -- GIMPLE function: void gimple_goto_set_dest (ggoto *g, tree dest)
1      Set 'DEST' to be the destination of the unconditional jump 'G'.
1