diff options
Diffstat (limited to 'gcc/gimple-expr.h')
-rw-r--r-- | gcc/gimple-expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimple-expr.h b/gcc/gimple-expr.h index 7d04454..96733bd 100644 --- a/gcc/gimple-expr.h +++ b/gcc/gimple-expr.h @@ -119,6 +119,7 @@ static inline bool is_gimple_addressable (tree t) { return (is_gimple_id (t) || handled_component_p (t) + || TREE_CODE (t) == TARGET_MEM_REF || TREE_CODE (t) == MEM_REF); } |