]> git.ipfire.org Git - thirdparty/gcc.git/commit
generic-match-head.c: Include cgraph.h.
authorRichard Biener <rguenther@suse.de>
Thu, 23 Jul 2015 14:31:44 +0000 (14:31 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 23 Jul 2015 14:31:44 +0000 (14:31 +0000)
commitd057c8669b2ca758096697826647bdc06f77c336
treeb825dc9fc48e85dddf5705132c0c5adb5a343656
parentdc891fe75e30646dea032b06ab484d814c7e05b6
generic-match-head.c: Include cgraph.h.

2015-07-23  Richard Biener  <rguenther@suse.de>

* generic-match-head.c: Include cgraph.h.
* gimple-match-head.c: Likewise.
* tree-ssa-sccvn.c (free_scc_vn): Guard against newly created
SSA names.
* fold-const.c (fold_binary_loc): Move &A ==/!= &B simplification...
* match.pd: ...to a pattern here.  Add &A ==/!= 0 simplification
pattern.

From-SVN: r226111
gcc/ChangeLog
gcc/fold-const.c
gcc/generic-match-head.c
gcc/gimple-match-head.c
gcc/match.pd
gcc/tree-ssa-sccvn.c