aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 5dc424d..ee181a8 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -6263,10 +6263,6 @@ safe_from_p (rtx x, tree exp, int top_p)
part of the expression. */
return safe_from_p (x, TREE_OPERAND (exp, 1), 0);
- case METHOD_CALL_EXPR:
- /* This takes an rtx argument, but shouldn't appear here. */
- abort ();
-
default:
break;
}