aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.h
diff options
context:
space:
mode:
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 b4f4743..749c64b 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;