summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-07-09 18:56:00 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-07-09 14:56:00 -0400
commit823e3574e6af2c399d12390ee99cb4f17c1297df (patch)
treed13565676d9fd2c3a4a8cf406c20a5d7144cffe7 /gcc/explow.c
parent60a97cd4c44ef5a2f70d5596e9c62482d802d977 (diff)
downloadgcc-823e3574e6af2c399d12390ee99cb4f17c1297df.tar.gz
emit-rtl.c (adjust_address, [...]): Handle an address that is a LO_SUM specially.
* emit-rtl.c (adjust_address, adjust_address_nv): Handle an address that is a LO_SUM specially. * explow.c (plus_constant_wide, case LO_SUM): Deleted. From-SVN: r43866
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;
}