From 6f71c48df4825561cbc2b1b302361e572dd95f33 Mon Sep 17 00:00:00 2001 From: crux Date: Mon, 23 Aug 1999 16:09:52 +0000 Subject: Fix sparc compilation failure git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28807 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/expr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/expr.h') diff --git a/gcc/expr.h b/gcc/expr.h index b3fbaeada93..54eb3274b04 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -567,10 +567,6 @@ extern void emit_cmp_and_jump_insns 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)); -- cgit v1.2.1