diff options
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r-- | gcc/tree-ssa-operands.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index 09f12ef52ba..4256af07c35 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -711,8 +711,7 @@ mark_address_taken (tree ref) } -/* A subroutine of get_expr_operands to handle MEM_REF, - MISALIGNED_INDIRECT_REF. +/* A subroutine of get_expr_operands to handle MEM_REF. STMT is the statement being processed, EXPR is the MEM_REF that got us here. @@ -908,10 +907,6 @@ get_expr_operands (gimple stmt, tree *expr_p, int flags) gcc_assert (gimple_debug_bind_p (stmt)); return; - case MISALIGNED_INDIRECT_REF: - get_expr_operands (stmt, &TREE_OPERAND (expr, 1), flags); - /* fall through */ - case MEM_REF: get_indirect_ref_operands (stmt, expr, flags, true); return; |