/* Return the LHS of call statement GS. */ static inline tree gimple_call_lhs (const gcall *gs) { return gs->op[0]; }