diff options
| author | Bernardo Innocenti <bernie@develer.com> | 2004-07-25 19:57:24 +0200 |
|---|---|---|
| committer | Bernardo Innocenti <bernie@gcc.gnu.org> | 2004-07-25 19:57:24 +0200 |
| commit | e3a64162f5cd539922b53eba91229e4b882bcad6 (patch) | |
| tree | 6f26ca609f256828ce2146879b8488b97aa20f40 /gcc/recog.h | |
| parent | 381166d48e97ccf1bbc9c747bd11e61b7b0c8155 (diff) | |
| download | gcc-e3a64162f5cd539922b53eba91229e4b882bcad6.zip gcc-e3a64162f5cd539922b53eba91229e4b882bcad6.tar.gz gcc-e3a64162f5cd539922b53eba91229e4b882bcad6.tar.bz2 | |
c-common.c: Rename all identifiers named `class' to `cl'.
* c-common.c: Rename all identifiers named `class' to `cl'.
* c-decl.c: Likewise.
* c-common.h: Likewise.
* c-parse.in: Likewise.
* c-typeck.c: Likewise.
* genmodes.c: Likewise.
* real.c: Likewise.
* real.h: Likewise.
* recog.c: Likewise.
* recog.h: Likewise.
* regrename.c: Likewise.
* tree.h: Likewise.
From-SVN: r85153
Diffstat (limited to 'gcc/recog.h')
| -rw-r--r-- | gcc/recog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h index b0382ab..28db9aa 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -38,7 +38,7 @@ struct operand_alternative const char *constraint; /* The register class valid for this alternative (possibly NO_REGS). */ - enum reg_class class; + enum reg_class cl; /* "Badness" of this alternative, computed from number of '?' and '!' characters in the constraint string. */ |
