diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 9de018100d9..94f4642dc32 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -397,6 +397,9 @@ struct rtl_data GTY(()) Set in stmt.c if anything is allocated on the stack there. Set in reload1.c if anything is allocated on the stack there. */ bool frame_pointer_needed; + + /* When set, expand should optimize for speed. */ + bool maybe_hot_insn_p; }; #define return_label (crtl->x_return_label) |