diff options
author | Richard Guenther <rguenther@suse.de> | 2007-10-04 09:37:04 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2007-10-04 09:37:04 +0000 |
commit | dc5752338ba869ec407f1d97b0d47793be431239 (patch) | |
tree | e796856d793e5691b916e4fbbedc157a8e3dce8b /gcc/tree-gimple.h | |
parent | 65567efaa82178fcfe63bee2c81f06a541cd72a4 (diff) | |
download | gcc-dc5752338ba869ec407f1d97b0d47793be431239.zip gcc-dc5752338ba869ec407f1d97b0d47793be431239.tar.gz gcc-dc5752338ba869ec407f1d97b0d47793be431239.tar.bz2 |
re PR tree-optimization/33627 (ICE in verify_stmts compiling abiword)
2007-10-04 Richard Guenther <rguenther@suse.de>
PR tree-optimization/33627
* tree-gimple.h (canonicalize_cond_expr_cond): Declare.
* tree-gimple.c (canonicalize_cond_expr_cond): New function,
split out from ...
* tree-ssa-forwprop.c (combine_cond_expr_cond): ... here.
* tree-ssa-ifcombine.c (ifcombine_iforif): Use it.
* g++.dg/torture/pr33627.C: New testcase.
From-SVN: r129004
Diffstat (limited to 'gcc/tree-gimple.h')
-rw-r--r-- | gcc/tree-gimple.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-gimple.h b/gcc/tree-gimple.h index 09182d7..2493b6b 100644 --- a/gcc/tree-gimple.h +++ b/gcc/tree-gimple.h @@ -133,6 +133,7 @@ extern enum gimplify_status gimplify_va_arg_expr (tree *, tree *, tree *); struct gimplify_omp_ctx; extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree); extern tree gimple_boolify (tree); +extern tree canonicalize_cond_expr_cond (tree); /* In omp-low.c. */ extern void diagnose_omp_structured_block_errors (tree); |