diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-10 01:27:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-10 01:27:49 +0000 |
commit | 8564ad21d5bbb3e41ddbb083a44e3b67bc4b1439 (patch) | |
tree | f64f178c3253cacbedc18b0625c5db1b79191ab7 /gcc/genemit.c | |
parent | f1a4450e505a14defffc88087875a65eefff0c78 (diff) | |
download | gcc-8564ad21d5bbb3e41ddbb083a44e3b67bc4b1439.tar.gz |
* acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
* alocal.m4 (GCC_C_VOLATILE): New autoconf test.
* configure.in: Use GCC_C_VOLATILE.
* system.h (volatile): Define as empty if no volatile support is
available.
* genemit.c (output_add_clobbers): Removed unused variable 'i' from
generated fucntion.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19653 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index e61d3c09dc4..d3894716bf3 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -620,7 +620,6 @@ output_add_clobbers () printf ("\n\nvoid\nadd_clobbers (pattern, insn_code_number)\n"); printf (" rtx pattern;\n int insn_code_number;\n"); printf ("{\n"); - printf (" int i;\n\n"); printf (" switch (insn_code_number)\n"); printf (" {\n"); |