summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index f7e00be1ce9..cafbf2e2afa 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -180,11 +180,6 @@ plus_constant_wide (x, c)
}
break;
- case LO_SUM:
- return gen_rtx_LO_SUM (mode, XEXP (x, 0),
- plus_constant (XEXP (x, 1), c));
-
-
default:
break;
}