diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-11-26 08:32:06 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-11-26 08:32:06 -0500 |
commit | ad59df7d5a0e108a06f5f9e9eef29d81b8b2ed75 (patch) | |
tree | 4723c167f66ba2f4c15df2df03fc0985bad296dd /gcc | |
parent | 31f0534ce6e0c1d72be2f480c6571030c61ba937 (diff) | |
download | gcc-ad59df7d5a0e108a06f5f9e9eef29d81b8b2ed75.zip gcc-ad59df7d5a0e108a06f5f9e9eef29d81b8b2ed75.tar.gz gcc-ad59df7d5a0e108a06f5f9e9eef29d81b8b2ed75.tar.bz2 |
(output_epilog): Always call output_fpops.
From-SVN: r2805
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/romp/romp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/romp/romp.c b/gcc/config/romp/romp.c index c95d750..f2f5195 100644 --- a/gcc/config/romp/romp.c +++ b/gcc/config/romp/romp.c @@ -1,5 +1,5 @@ /* 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) This file is part of GNU CC. @@ -1203,8 +1203,7 @@ output_epilog (file, size) } /* 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 |