summaryrefslogtreecommitdiff
path: root/gcc/dojump.c
diff options
context:
space:
mode:
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-06 20:01:10 +0000
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-06 20:01:10 +0000
commit6874a8cfee45f8e3473263db450a429228950eb3 (patch)
treeaf8894311d611109f29c553cb3925bb79c9c8093 /gcc/dojump.c
parent6e5cf3ee2d7a723266e2c5e2712c91698f85d7da (diff)
downloadgcc-6874a8cfee45f8e3473263db450a429228950eb3.tar.gz
2004-07-06 Daniel Berlin <dberlin@dberlin.org>
* dojump.c (do_jump): REFERENCE_EXPR is dead. * expr.c (expand_expr_real_1): Ditto. * tree-inline.c (estimate_num_insns_1): Ditto. * tree-pretty-print.c (dump_generic_node): Ditto. (op_symbol): Ditto. * tree.def: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84165 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r--gcc/dojump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c
index 5ef98a1fc20..27dc5804ebb 100644
--- a/gcc/dojump.c
+++ b/gcc/dojump.c
@@ -208,7 +208,6 @@ do_jump (tree exp, rtx if_false_label, rtx if_true_label)
< TYPE_PRECISION (TREE_TYPE (TREE_OPERAND (exp, 0)))))
goto normal;
case NON_LVALUE_EXPR:
- case REFERENCE_EXPR:
case ABS_EXPR:
case NEGATE_EXPR:
case LROTATE_EXPR: