diff options
author | Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | 2001-07-09 18:56:00 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-07-09 14:56:00 -0400 |
commit | 823e3574e6af2c399d12390ee99cb4f17c1297df (patch) | |
tree | d13565676d9fd2c3a4a8cf406c20a5d7144cffe7 /gcc/explow.c | |
parent | 60a97cd4c44ef5a2f70d5596e9c62482d802d977 (diff) | |
download | gcc-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.c | 5 |
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; } |