gcc/lto-plugin
Jim Meyering 046957830e remove useless if-before-free tests
Change "if (E) free (E);" to "free (E);" everywhere except in the
libgo/, intl/, zlib/ and classpath/ directories.
Also transform equivalent variants like
"if (E != NULL) free (E);" and allow an extra cast on the
argument to free.  Otherwise, the tested and freed "E"
expressions must be identical, modulo white space.

From-SVN: r172785
2011-04-20 18:19:03 +00:00
..
ChangeLog remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
Makefile.am Fix minor build system issues in lto-plugin. 2011-02-12 15:48:15 +00:00
Makefile.in Remove freebsd1 from libtool.m4 macros and config.rpath. 2011-02-13 11:45:53 +00:00
aclocal.m4 Remove freebsd1 from libtool.m4 macros and config.rpath. 2011-02-13 11:45:53 +00:00
config.h.in re PR middle-end/46674 (Weak alias is mistakenly optimized away) 2010-12-10 14:28:58 +00:00
configure Remove freebsd1 from libtool.m4 macros and config.rpath. 2011-02-13 11:45:53 +00:00
configure.ac re PR middle-end/46674 (Weak alias is mistakenly optimized away) 2010-12-10 14:28:58 +00:00
lto-plugin.c remove useless if-before-free tests 2011-04-20 18:19:03 +00:00
lto-symtab.c Merge lto branch into trunk. 2009-10-03 17:10:11 -04:00