1 union loc
{ unsigned reg
; signed offset
; };
2 void __frame_state_for (volatile char *state_in
, int x
)
4 /* We should move all the loads out of this loop. Right now, we only
5 move one. It takes two insertions because we insert a cast. */
13 *state_in
= fs
.offset
;