From d057c8669b2ca758096697826647bdc06f77c336 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Thu, 23 Jul 2015 14:31:44 +0000 Subject: generic-match-head.c: Include cgraph.h. 2015-07-23 Richard Biener * 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/generic-match-head.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/generic-match-head.c') diff --git a/gcc/generic-match-head.c b/gcc/generic-match-head.c index da7abc6..0a7038d 100644 --- a/gcc/generic-match-head.c +++ b/gcc/generic-match-head.c @@ -46,8 +46,10 @@ along with GCC; see the file COPYING3. If not see #include "builtins.h" #include "dumpfile.h" #include "target.h" +#include "cgraph.h" #include "generic-match.h" + /* Routine to determine if the types T1 and T2 are effectively the same for GENERIC. If T1 or T2 is not a type, the test applies to their TREE_TYPE. */ -- cgit v1.1