aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r--gcc/expmed.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c
index b2a447ba4bc..eed3a48c589 100644
--- a/gcc/expmed.c
+++ b/gcc/expmed.c
@@ -5031,15 +5031,6 @@ make_tree (tree type, rtx x)
GET_CODE (x) == ZERO_EXTEND);
return fold_convert (type, make_tree (t, XEXP (x, 0)));
- case CONST:
- return make_tree (type, XEXP (x, 0));
-
- case SYMBOL_REF:
- t = SYMBOL_REF_DECL (x);
- if (t)
- return fold_convert (type, build_fold_addr_expr (t));
- /* else fall through. */
-
default:
t = build_decl (VAR_DECL, NULL_TREE, type);