[tuples] gimple_assign_subcode for GIMPLE_SINGLE_RHS

Diego Novillo dnovillo@google.com
Sun Mar 9 13:38:00 GMT 2008


On Sun, Mar 9, 2008 at 08:15, Richard Guenther
<richard.guenther@gmail.com> wrote:

>  What is GIMPLE_SINGLE_RHS after all?

Represents a "copy" operation, an operand with no operator (e.g., a = 3, b = c)

'3' and 'c' are "single" operands.  There is no operator involved in
the assignment.



More information about the Gcc mailing list