transparent way of inserting insns

Johnny Huynh huynh@ugrad.cs.ualberta.ca
Wed May 19 15:15:00 GMT 2004


I am trying to add another pass in gcc (for my own purposes) that needs to
add some simple, non-control insns in a basic block before the register
allocation pass. Is there a simple,transparent way of doing this?

Is it supposed to be done via validate_change(obj, loc, new, in_group)?

Thanks,
Johnny




More information about the Gcc mailing list