summaryrefslogtreecommitdiffstats
path: root/gcc/config/mn10300/mn10300.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mn10300/mn10300.c')
-rw-r--r--gcc/config/mn10300/mn10300.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/mn10300/mn10300.c b/gcc/config/mn10300/mn10300.c
index e643505d577..ad93ac98f27 100644
--- a/gcc/config/mn10300/mn10300.c
+++ b/gcc/config/mn10300/mn10300.c
@@ -328,12 +328,7 @@ print_operand_address (file, addr)
fputc ('+', file);
break;
case REG:
- if (addr == stack_pointer_rtx)
- print_operand_address (file, gen_rtx_PLUS (SImode,
- stack_pointer_rtx,
- GEN_INT (0)));
- else
- print_operand (file, addr, 0);
+ print_operand (file, addr, 0);
break;
case PLUS:
{
OpenPOWER on IntegriCloud