tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sat, 24 Jul 2004 01:35:04 +0000 (01:35 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 24 Jul 2004 01:35:04 +0000 (21:35 -0400)
* tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
* tree-ssa-operands.c (get_expr_operands, case VIEW_CONVERT_EXPR): New.

From-SVN: r85111

gcc/ChangeLog
gcc/tree-ssa-operands.c
gcc/tree.def

index 3a83c0a4cf6dc348a7ca12fde7fe11ed83e9cc01..cd60d32748a77992dc77c647fc6d741557bd1fa1 100644 (file)
@@ -1,5 +1,8 @@
 2004-07-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
+       * tree.def (VIEW_CONVERT_EXPR): Change to class 'r'.
+       * tree-ssa-operands.c (get_expr_operands, case VIEW_CONVERT_EXPR): New.
+
        * gimplify.c (gimplify_compound_lval): Check for no handled
        operations, rather than checking for explicit list of nodes.
        (is_gimple_addr_expr_arg_or_indirect): New function.
index 6f632e4447e1a0045e47687cc30427d637bc50b0..7e7829e52e9ef76c503097c1b45a061428e792e4 100644 (file)
@@ -978,6 +978,7 @@ get_expr_operands (tree stmt, tree *expr_p, int flags, voperands_t prev_vops)
 
     case TRUTH_NOT_EXPR:
     case BIT_FIELD_REF:
+    case VIEW_CONVERT_EXPR:
     do_unary:
       get_expr_operands (stmt, &TREE_OPERAND (expr, 0), flags, prev_vops);
       return;
index 80e42e0f86260f9cacab79ab1da7144487dc4396..5602c704bd64302fa8d2b801b43fe4398d02c61a 100644 (file)
@@ -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