diff options
Diffstat (limited to 'gcc/stor-layout.h')
-rw-r--r-- | gcc/stor-layout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/stor-layout.h b/gcc/stor-layout.h index 74a2c6c4412..e2f800d3b76 100644 --- a/gcc/stor-layout.h +++ b/gcc/stor-layout.h @@ -98,6 +98,8 @@ extern tree make_unsigned_type (int); mode_for_size, but is passed a tree. */ extern enum machine_mode mode_for_size_tree (const_tree, enum mode_class, int); +extern tree bitwise_type_for_mode (enum machine_mode); + /* Given a VAR_DECL, PARM_DECL or RESULT_DECL, clears the results of a previous call to layout_decl and calls it again. */ extern void relayout_decl (tree); |