summaryrefslogtreecommitdiff
path: root/gcc/recog.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-02 10:14:40 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-02 10:14:40 +0000
commit2aea9e36612b77fa729862a644deb9b7673bd8d8 (patch)
tree435cdb343860221e1462222011307b8ded1f891a /gcc/recog.h
parent07e4a80b76c8ae344118d2642ef9e5e4004ba7ec (diff)
downloadgcc-2aea9e36612b77fa729862a644deb9b7673bd8d8.tar.gz
* rtl.h (PUT_CODE, PUT_MODE): Remove ENUM_BITFIELD cast.
* tree.h (TREE_SET_CODE): Likewise. * recog.h (struct insn_operand_data): Move const after ENUM_BITFIELD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74170 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/recog.h')
-rw-r--r--gcc/recog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.h b/gcc/recog.h
index b4f47430bed..749c64b4d90 100644
--- a/gcc/recog.h
+++ b/gcc/recog.h
@@ -221,7 +221,7 @@ struct insn_operand_data
const char *const constraint;
- const ENUM_BITFIELD(machine_mode) mode : 16;
+ ENUM_BITFIELD(machine_mode) const mode : 16;
const char strict_low;