diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-08-23 16:09:52 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-08-23 16:09:52 +0000 |
commit | c5c60e15bccccf2462a8b6593035399585ebd386 (patch) | |
tree | c7aa79cb5a8ac00d2be7a8f82e08df44d2c5a819 /gcc/expr.h | |
parent | 34e456768c9c91b8dd5ee41ddf747b4719bc67db (diff) | |
download | gcc-c5c60e15bccccf2462a8b6593035399585ebd386.zip gcc-c5c60e15bccccf2462a8b6593035399585ebd386.tar.gz gcc-c5c60e15bccccf2462a8b6593035399585ebd386.tar.bz2 |
Fix sparc compilation failure
From-SVN: r28807
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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)); |