diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 06e90dc..014ed13 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -151,6 +151,7 @@ struct function rtx saveregs_value; rtx apply_args_value; rtx forced_labels; + int check_memory_usage; /* For emit-rtl.c. */ int reg_rtx_no; |