diff options
author | Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | 2004-07-24 01:35:04 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2004-07-23 21:35:04 -0400 |
commit | 4626c433188f72608c58c00619349b322fafb406 (patch) | |
tree | 263382e3d667594441b84229cbf2e56bb15404b0 /gcc/tree.def | |
parent | 9e51aaf570ad8c2c6551c0c5bdf358df2655ca6b (diff) | |
download | gcc-4626c433188f72608c58c00619349b322fafb406.zip gcc-4626c433188f72608c58c00619349b322fafb406.tar.gz gcc-4626c433188f72608c58c00619349b322fafb406.tar.bz2 |
tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
* tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
* tree-ssa-operands.c (get_expr_operands, case VIEW_CONVERT_EXPR): New.
From-SVN: r85111
Diffstat (limited to 'gcc/tree.def')
-rw-r--r-- | gcc/tree.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.def b/gcc/tree.def index 80e42e0..5602c70 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -709,7 +709,7 @@ DEFTREECODE (NON_LVALUE_EXPR, "non_lvalue_expr", '1', 1) case no actual data motion may occur. TREE_ADDRESSABLE will be set in this case and GCC must abort if it could not do the operation without generating insns. */ -DEFTREECODE (VIEW_CONVERT_EXPR, "view_convert_expr", '1', 1) +DEFTREECODE (VIEW_CONVERT_EXPR, "view_convert_expr", 'r', 1) /* Represents something we computed once and will use multiple times. First operand is that expression. After it is evaluated once, it |