aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-03-12 16:58:58 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-03-12 16:58:58 -0500
commitcb2cab79ebd72e07221b068cfef138bc708fc426 (patch)
tree262e1d0af2484707eb241658e8ff597cd541c214 /gcc/expr.h
parentb1f99e2f89ecca4259768a58b9e7ee672cd06f0e (diff)
downloadgcc-cb2cab79ebd72e07221b068cfef138bc708fc426.zip
gcc-cb2cab79ebd72e07221b068cfef138bc708fc426.tar.gz
gcc-cb2cab79ebd72e07221b068cfef138bc708fc426.tar.bz2
(emit_float_lib_cmp): Add declaration here.
From-SVN: r6759
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 3b02d69..d94d1f9 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -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));