aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-expr.h')
-rw-r--r--gcc/gimple-expr.h1
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);
}