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 1c928023266..4bbe4356795 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -1261,7 +1261,7 @@ allocate_dynamic_stack_space (size, target, known_align) if (insn_operand_predicate[(int) CODE_FOR_allocate_stack][0] && ! ((*insn_operand_predicate[(int) CODE_FOR_allocate_stack][0]) (target, Pmode))) - target = copy_to_mode_reg (Pmode, target); + target = convert_to_mode (Pmode, target, 1); size = convert_modes (mode, ptr_mode, size, 1); if (insn_operand_predicate[(int) CODE_FOR_allocate_stack][1] && ! ((*insn_operand_predicate[(int) CODE_FOR_allocate_stack][1]) |