diff options
Diffstat (limited to 'gcc/config/fr30/fr30.c')
-rw-r--r-- | gcc/config/fr30/fr30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fr30/fr30.c b/gcc/config/fr30/fr30.c index 261f3665325..f807756bfea 100644 --- a/gcc/config/fr30/fr30.c +++ b/gcc/config/fr30/fr30.c @@ -1095,7 +1095,7 @@ fr30_move_double (operands) /* This should have been prevented by the constraints on movdi_insn. */ abort (); - val = gen_sequence (); + val = get_insns (); end_sequence (); return val; |