aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/fr30/fr30.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/fr30/fr30.cc')
-rw-r--r--gcc/config/fr30/fr30.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/fr30/fr30.cc b/gcc/config/fr30/fr30.cc
index b956a4c..8dd7961 100644
--- a/gcc/config/fr30/fr30.cc
+++ b/gcc/config/fr30/fr30.cc
@@ -976,8 +976,7 @@ fr30_move_double (rtx * operands)
/* This should have been prevented by the constraints on movdi_insn. */
gcc_unreachable ();
- val = get_insns ();
- end_sequence ();
+ val = end_sequence ();
return val;
}