summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorcrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-23 16:09:52 +0000
committercrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-23 16:09:52 +0000
commit6f71c48df4825561cbc2b1b302361e572dd95f33 (patch)
treec7aa79cb5a8ac00d2be7a8f82e08df44d2c5a819 /gcc/expr.h
parenta6eb3a576581a8c8497f7788e31f1a1b67c3fa19 (diff)
downloadgcc-6f71c48df4825561cbc2b1b302361e572dd95f33.tar.gz
Fix sparc compilation failure
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28807 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h4
1 files changed, 0 insertions, 4 deletions
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));