Commit cb2cab79 by Richard Kenner

(emit_float_lib_cmp): Add declaration here.

From-SVN: r6759
parent b1f99e2f
......@@ -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));
......
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