diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-09 19:27:49 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-09 19:27:49 -0600 |
commit | e9b4fabf5c41bdec0be36e37df4ff8abb4e8c346 (patch) | |
tree | f64f178c3253cacbedc18b0625c5db1b79191ab7 /gcc/genemit.c | |
parent | 846522cbe7c4793e63082c2070055f7d10cfe1ea (diff) | |
download | gcc-e9b4fabf5c41bdec0be36e37df4ff8abb4e8c346.zip gcc-e9b4fabf5c41bdec0be36e37df4ff8abb4e8c346.tar.gz gcc-e9b4fabf5c41bdec0be36e37df4ff8abb4e8c346.tar.bz2 |
acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
* 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.
From-SVN: r19653
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 e61d3c0..d389471 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"); |