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