diff options
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 b0382abfaab..28db9aa07f4 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. */ |