]> gcc.gnu.org Git - gcc.git/commitdiff
(emit_float_lib_cmp): Add declaration here.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 12 Mar 1994 21:58:58 +0000 (16:58 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 12 Mar 1994 21:58:58 +0000 (16:58 -0500)
From-SVN: r6759

gcc/expr.h

index 3b02d694a4642a8e379bab9cddd4f930ece3c587..d94d1f9d15cb3aa973ebe2578b84bdc3eda5407f 100644 (file)
@@ -506,6 +506,10 @@ extern void emit_cmp_insn PROTO((rtx, rtx, enum rtx_code, rtx,
    (without splitting it into pieces).  */
 extern int can_compare_p PROTO((enum machine_mode));
 
+/* Emit a library call comparison between floating point X and Y.
+   COMPARISON is the rtl operator to compare with (EQ, NE, GT, etc.).  */
+extern void emit_float_lib_cmp PROTO((rtx, rtx, enum rtx_code));
+
 /* Generate code to indirectly jump to a location given in the rtx LOC.  */
 extern void emit_indirect_jump PROTO((rtx));
 
This page took 0.070127 seconds and 5 git commands to generate.