projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c9df1c
)
pa.c (hppa_legitimize_address): Remove test code accidentally left in during last...
author
Jeff Law
<law@gcc.gnu.org>
Tue, 8 Oct 1996 17:11:03 +0000
(11:11 -0600)
committer
Jeff Law
<law@gcc.gnu.org>
Tue, 8 Oct 1996 17:11:03 +0000
(11:11 -0600)
* pa/pa.c (hppa_legitimize_address): Remove test code
accidentally left in during last change.
From-SVN: r12914
gcc/config/pa/pa.c
patch
|
blob
|
history
diff --git
a/gcc/config/pa/pa.c
b/gcc/config/pa/pa.c
index 0dca702983f911d2dcb643e22ff50826e4f50c90..0cffa6007b60889560d4136de80545064f430363 100644
(file)
--- a/
gcc/config/pa/pa.c
+++ b/
gcc/config/pa/pa.c
@@
-791,12
+791,6
@@
hppa_legitimize_address (x, oldx, mode)
if (GET_CODE (reg2) != REG)
reg2 = force_reg (Pmode, force_operand (reg2, 0));
- if (INTVAL (XEXP (XEXP (x, 0), 1)) != GET_MODE_SIZE (mode))
- {
- reg2 = force_reg (Pmode, gen_rtx (MULT, Pmode, reg2, GEN_INT (val)));
- return force_reg (Pmode, gen_rtx (PLUS, Pmode, reg1, reg2));
- }
-
return force_reg (Pmode, gen_rtx (PLUS, Pmode,
gen_rtx (MULT, Pmode,
reg2, GEN_INT (val)),