diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-12 21:58:58 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-03-12 21:58:58 +0000 |
commit | ed2d123ffec5ba4099297d8bfc22c68af98a0f96 (patch) | |
tree | 262e1d0af2484707eb241658e8ff597cd541c214 /gcc/expr.h | |
parent | 6f1f992e04a016bab2d499e3573bc6e47e5cfdd2 (diff) | |
download | gcc-ed2d123ffec5ba4099297d8bfc22c68af98a0f96.tar.gz |
(emit_float_lib_cmp): Add declaration here.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 3b02d694a46..d94d1f9d15c 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)); |