Re: Minor cgraph cleanups

2013-11-18 Thread Jan Hubicka
> This fixes some minor ugliness I noticed while looking at this code. It > renames a poorly named global variable (shadowed by some function args > in the same file), replaces a cast of an integer value to a pointer, and > removes an undocumented and unused return value. > > Bootstrapped and test

Minor cgraph cleanups

2013-11-18 Thread Bernd Schmidt
This fixes some minor ugliness I noticed while looking at this code. It renames a poorly named global variable (shadowed by some function args in the same file), replaces a cast of an integer value to a pointer, and removes an undocumented and unused return value. Bootstrapped and tested on x86_64