diff options
Diffstat (limited to 'gcc/gimple-array-bounds.h')
-rw-r--r-- | gcc/gimple-array-bounds.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/gimple-array-bounds.h b/gcc/gimple-array-bounds.h index d8f7ff7..d0e665e 100644 --- a/gcc/gimple-array-bounds.h +++ b/gcc/gimple-array-bounds.h @@ -36,8 +36,12 @@ private: void check_addr_expr (location_t, tree, gimple *); const value_range *get_value_range (const_tree op, gimple *); + /* Current function. */ struct function *fun; + /* Ranger instance. */ range_query *ranges; + /* Current statement. */ + gimple *m_stmt; }; #endif // GCC_GIMPLE_ARRAY_BOUNDS_H |