diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-16 08:28:51 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-16 08:28:51 +0000 |
commit | 7725cd5b3f6b5d0e4ae83ce3a1988c9e2c3f7c31 (patch) | |
tree | 808b6ca01568ad4ba625da0b59f16015a8fded59 /gcc/gimple-match-head.c | |
parent | d55d94142bbf4909d139031369c79060d2a1cf4a (diff) | |
download | gcc-7725cd5b3f6b5d0e4ae83ce3a1988c9e2c3f7c31.tar.gz |
2015-07-16 Richard Biener <rguenther@suse.de>
* fold-const.c (fold_widened_comparison): Remove.
(fold_sign_changed_comparison): Likewise.
(fold_comparison): Move widened and sign-changed comparison
simplification ...
* match.pd: ... to patterns here.
* generic-match-head.c: Include target.h.
* gimple-match-head.c: Likewise.
* gcc.dg/tree-ssa/pr21031.c: Adjust.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gimple-match-head.c')
-rw-r--r-- | gcc/gimple-match-head.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-match-head.c b/gcc/gimple-match-head.c index 875b7246575..2b1423806bc 100644 --- a/gcc/gimple-match-head.c +++ b/gcc/gimple-match-head.c @@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-dfa.h" #include "builtins.h" #include "dumpfile.h" +#include "target.h" #include "gimple-match.h" |