aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-gimple.h
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2007-10-04 09:37:04 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2007-10-04 09:37:04 +0000
commitdc5752338ba869ec407f1d97b0d47793be431239 (patch)
treee796856d793e5691b916e4fbbedc157a8e3dce8b /gcc/tree-gimple.h
parent65567efaa82178fcfe63bee2c81f06a541cd72a4 (diff)
downloadgcc-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.h1
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);