Commit ad59df7d by Richard Kenner

(output_epilog): Always call output_fpops.

From-SVN: r2805
parent 31f0534c
/* Subroutines used for code generation on ROMP. /* Subroutines used for code generation on ROMP.
Copyright (C) 1990, 1991 Free Software Foundation, Inc. Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu) Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -1203,8 +1203,7 @@ output_epilog (file, size) ...@@ -1203,8 +1203,7 @@ output_epilog (file, size)
} }
/* Output any pending floating-point operations. */ /* Output any pending floating-point operations. */
if (write_code) output_fpops (file);
output_fpops (file);
} }
/* For the ROMP we need to make new SYMBOL_REFs for the actual name of a /* For the ROMP we need to make new SYMBOL_REFs for the actual name of a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment