summaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-03 20:40:32 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-03 20:40:32 +0000
commit27548a748e91870886d1b0368dc18f30b9ab10db (patch)
tree89dfd5f9bb72d30f1f34a371ec59dff03a005ae6 /gcc/simplify-rtx.c
parentfa0c0389856cd16537461344b6c44743b84731a2 (diff)
downloadgcc-27548a748e91870886d1b0368dc18f30b9ab10db.tar.gz
* fix-header.c (recognized_extern, recognized_function): Constify
a char*. * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'. (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED. (compute_available): Remove unused variable `last'. (compute_nearerout): Remove unused variable `temp_bitmap'. (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED. Remove unused variable `x'. * scan.h (recognized_function, recognized_extern): Constify a char*. * simplify-rtx.c (simplify_rtx): Remove unused variable `new'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30380 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r--gcc/simplify-rtx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c
index 6e7862794b6..ff31d8c9013 100644
--- a/gcc/simplify-rtx.c
+++ b/gcc/simplify-rtx.c
@@ -1923,7 +1923,6 @@ simplify_rtx (x)
{
enum rtx_code code;
enum machine_mode mode;
- rtx new;
mode = GET_MODE (x);
code = GET_CODE (x);