diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index b2d4f52..79ba5c7 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -251,7 +251,7 @@ expr_size (tree exp) size = SUBSTITUTE_PLACEHOLDER_IN_EXPR (size, exp); } - return expand_expr (size, NULL_RTX, TYPE_MODE (sizetype), 0); + return expand_expr (size, NULL_RTX, TYPE_MODE (sizetype), EXPAND_NORMAL); } /* Return a wide integer for the size in bytes of the value of EXP, or -1 |