diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 4d12f00..bd6a12b 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -297,8 +297,8 @@ expr_size (exp) && contains_placeholder_p (size)) size = build (WITH_RECORD_EXPR, sizetype, size, exp); - return expand_expr (size, NULL_RTX, TYPE_MODE (sizetype), - EXPAND_MEMORY_USE_BAD); + return expand_expr (size, NULL_RTX, TYPE_MODE (sizetype), 0); + } /* Return a copy of X in which all memory references |