diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 27e5c02cbba..e8039a711a1 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -373,6 +373,10 @@ struct function GTY(()) Used for detecting stack clobbers. */ tree stack_protect_guard; + /* Properties used by the pass manager. */ + unsigned int curr_properties; + unsigned int last_verified; + /* Collected bit flags. */ /* Nonzero if function being compiled needs to be given an address |