diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 7ddd32c88f7..34c300d82c1 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -299,6 +299,10 @@ struct lang_hooks assembler does not talk about it. */ void (*set_decl_assembler_name) PARAMS ((tree)); + /* Return nonzero if fold-const is free to use bit-field + optimizations, for instance in fold_truthop(). */ + bool (*can_use_bit_fields_p) PARAMS ((void)); + /* Nonzero if TYPE_READONLY and TREE_READONLY should always be honored. */ bool honor_readonly; |