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 10bbfab7f8b..ee98ec071e8 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1204,7 +1204,7 @@ allocate_dynamic_stack_space (size, target, known_align) /* Our optimization works based upon being able to perform a simple transformation of this RTL into a (set REG REG) so make sure things did in fact end up in a REG. */ - if (!arith_operand (setjmpless_size, Pmode)) + if (!register_operand (setjmpless_size, Pmode)) setjmpless_size = force_reg (Pmode, setjmpless_size); } |