Re: [CIL users] changing name of functions

2009-12-20 Thread ThanhVu (Vu) Nguyen
> > > Hint: always run the CIL checks after your transformations, this will > let you know if you broke some invariants in the code. > > What is CIL check ? and how do I run it to see if some invariants are broken ? Thanks, -

Re: [CIL users] changing name of functions

2009-12-20 Thread Gabriel Kerneis
Hi, On Sat, Dec 19, 2009 at 12:48:39PM -0700, ThanhVu (Vu) Nguyen wrote: > I follow your suggestion and use ChangeDoChildrenPost and also not > mutate things directly.  I also use method vstmt instead of method > vinstr.   Below is my new version for changing > sprintf(buff,"a string")   > to > sn