diff options
Diffstat (limited to 'gcc/tree-flow-inline.h')
-rw-r--r-- | gcc/tree-flow-inline.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h index ae937b1..5040375 100644 --- a/gcc/tree-flow-inline.h +++ b/gcc/tree-flow-inline.h @@ -1726,4 +1726,10 @@ get_value_handle (tree expr) gcc_unreachable (); } +/* Accessor to tree-ssa-operands.c caches. */ +static inline struct ssa_operands * +gimple_ssa_operands (struct function *fun) +{ + return &fun->gimple_df->ssa_operands; +} #endif /* _TREE_FLOW_INLINE_H */ |