aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2008-09-17 21:42:55 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2008-09-17 21:42:55 +0000
commit9f509004fcba4e2ef649c347f679108fefdff122 (patch)
tree7fabe819327c7f2d722c200fd40771d593760da4 /gcc/tree.def
parent2700cb867541331e5ff208e451870c7a801a5613 (diff)
downloadgcc-9f509004fcba4e2ef649c347f679108fefdff122.zip
gcc-9f509004fcba4e2ef649c347f679108fefdff122.tar.gz
gcc-9f509004fcba4e2ef649c347f679108fefdff122.tar.bz2
tree-cfg.c (verify_types_in_gimple_assign): Rename to ...
2008-09-17 Richard Guenther <rguenther@suse.de> * tree-cfg.c (verify_types_in_gimple_assign): Rename to ... (verify_gimple_assign): ... this. Split into ... (verify_gimple_assign_unary): ... this, (verify_gimple_assign_binary): ... that, (verify_gimple_assign_single): ... and this. (verify_types_in_gimple_stmt): Call verify_gimple_assign. Fix GIMPLE_CHANGE_DYNAMIC_TYPE handling. (verify_types_in_gimple_min_lval): Handle TARGET_MEM_REF. (verify_types_in_gimple_reference): Be forgiving with VIEW_CONVERT_EXPRs. (verify_gimple_phi): Deal with virtual operands. * tree.def (PREDICT_EXPR): Change to tcc_expression. From-SVN: r140431
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index e9c8917..ef103cd 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -1137,7 +1137,7 @@ DEFTREECODE (VEC_INTERLEAVE_LOW_EXPR, "vec_interleavelow_expr", tcc_binary, 2)
outcome (0 for not taken and 1 for taken). Once the profile is guessed
all conditional branches leading to execution paths executing the
PREDICT_EXPR will get predicted by the specified predictor. */
-DEFTREECODE (PREDICT_EXPR, "predict_expr", tcc_unary, 1)
+DEFTREECODE (PREDICT_EXPR, "predict_expr", tcc_expression, 1)
/* OPTIMIZATION_NODE. Node to store the optimization options. */
DEFTREECODE (OPTIMIZATION_NODE, "optimization_node", tcc_exceptional, 0)