summaryrefslogtreecommitdiff
path: root/gcc/config/mcore
diff options
context:
space:
mode:
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-12 19:35:17 +0000
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-12 19:35:17 +0000
commit5194e245a67e3a6b48bc203178d4c6d237349971 (patch)
tree655453df0c336cfe43486d46af3a2d5105e405de /gcc/config/mcore
parent4076133bfe500a46435f8f1cbd089b42798fb966 (diff)
downloadgcc-5194e245a67e3a6b48bc203178d4c6d237349971.tar.gz
PR target/46437
* config/mcore/mcore.c (layout_mcore_frame): Remove unused variable localreg. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166671 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r--gcc/config/mcore/mcore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/mcore/mcore.c b/gcc/config/mcore/mcore.c
index 3bd17299b11..62ab41c2e97 100644
--- a/gcc/config/mcore/mcore.c
+++ b/gcc/config/mcore/mcore.c
@@ -1704,7 +1704,6 @@ layout_mcore_frame (struct mcore_frame * infp)
int nbytes;
int regarg;
int localregarg;
- int localreg;
int outbounds;
unsigned int growths;
int step;
@@ -1749,7 +1748,6 @@ layout_mcore_frame (struct mcore_frame * infp)
regarg = infp->reg_size + infp->arg_size;
localregarg = infp->local_size + regarg;
- localreg = infp->local_size + infp->reg_size;
outbounds = infp->outbound_size + infp->pad_outbound;
growths = 0;