Re: Updating the CFG after function modifcation

2011-07-16 Thread Eric Botcazou
> I have an IPA pass (implemented as a plugin) which executes after all IPA > passes. My pass transforms functions by adding code and also modifying the > function prototypes. I have had this work on a per-function basis, via a > GIMPLE_PASS, which calls update_ssa verify_ssa and cleanup_cfg afte

Updating the CFG after function modifcation

2011-07-15 Thread Matt Davis
Hello, I have an IPA pass (implemented as a plugin) which executes after all IPA passes. My pass transforms functions by adding code and also modifying the function prototypes. I have had this work on a per-function basis, via a GIMPLE_PASS, which calls update_ssa verify_ssa and cleanup_cfg after