* real.c (eiisneg): Move outside #ifdef NANS.
authorRichard Sandiford <rsandifo@redhat.com>
Fri, 22 Mar 2002 14:54:31 +0000 (14:54 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 22 Mar 2002 14:54:31 +0000 (14:54 +0000)
From-SVN: r51172

gcc/ChangeLog
gcc/real.c

index 8a3de753a4d116a3a8a469c19ccb493438c07d60..e5f30adf4e2f19a7e248a87c6ad5a862d6d26585 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-22  Richard Sandiford  <rsandifo@redhat.com>
+
+       * real.c (eiisneg): Move outside #ifdef NANS.
+
 Fri Mar 22 12:08:36 CET 2002  Jan Hubicka  <jh@suse.cz>
 
        * cfgcleanup.c (outgoing_edges_math): Fix condition; relax
index 0d3e657ce9cc6d91b721dfde34666fd0b60dffe1..bac0690523007a6cd2586d10115ad36c786b6108 100644 (file)
@@ -333,9 +333,9 @@ static void einfin  PARAMS ((UEMUSHORT *));
 static void enan       PARAMS ((UEMUSHORT *, int));
 static void einan      PARAMS ((UEMUSHORT *));
 static int eiisnan     PARAMS ((const UEMUSHORT *));
-static int eiisneg     PARAMS ((const UEMUSHORT *));
 static void make_nan   PARAMS ((UEMUSHORT *, int, enum machine_mode));
 #endif
+static int eiisneg     PARAMS ((const UEMUSHORT *));
 static void saturate   PARAMS ((UEMUSHORT *, int, int, int));
 static void emovi      PARAMS ((const UEMUSHORT *, UEMUSHORT *));
 static void emovo      PARAMS ((const UEMUSHORT *, UEMUSHORT *));
@@ -1883,7 +1883,6 @@ eiisnan (x)
 
 /* Return nonzero if sign of exploded e-type X is nonzero.  */
 
-#ifdef NANS
 static int
 eiisneg (x)
      const UEMUSHORT x[];
@@ -1891,7 +1890,6 @@ eiisneg (x)
 
   return x[0] != 0;
 }
-#endif /* NANS */
 
 #if 0
 /* Fill exploded e-type X with infinity pattern.