]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sparc-protos.h: Add prototypes for fp_zero_operand and reg_or_0_operand.
authorZack Weinberg <zackw@stanford.edu>
Sat, 4 Aug 2001 04:35:44 +0000 (04:35 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sat, 4 Aug 2001 04:35:44 +0000 (04:35 +0000)
* sparc-protos.h: Add prototypes for fp_zero_operand and
reg_or_0_operand.
* sh-protos.h: Add prototype for fpul_operand.

From-SVN: r44625

gcc/ChangeLog
gcc/config/sh/sh-protos.h
gcc/config/sparc/sparc-protos.h

index 542277ea0e2f479d2b8557cd5258c64ad79d8fd0..80c427bd9d2fefb9775e01114d5458abf3544eda 100644 (file)
@@ -1,3 +1,9 @@
+2001-08-03  Zack Weinberg  <zackw@stanford.edu>
+
+       * sparc-protos.h: Add prototypes for fp_zero_operand and 
+       reg_or_0_operand.
+       * sh-protos.h: Add prototype for fpul_operand.
+
 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * doc/extend.texi (Other Builtins): Fix typo in last change.
index f11f2e2f74bfacb7e922d356a7e719625c27c188..ab00c5361de7f4d1048992536e68b740d8b0247e 100644 (file)
@@ -88,6 +88,7 @@ extern int arith_reg_or_0_operand PARAMS ((rtx, enum machine_mode));
 extern int logical_operand PARAMS ((rtx, enum machine_mode));
 extern int tertiary_reload_operand PARAMS ((rtx, enum machine_mode));
 extern int fpscr_operand PARAMS ((rtx, enum machine_mode));
+extern int fpul_operand PARAMS ((rtx, enum machine_mode));
 extern int commutative_float_operator PARAMS ((rtx, enum machine_mode));
 extern int noncommutative_float_operator PARAMS ((rtx, enum machine_mode));
 extern int binary_float_operator PARAMS ((rtx, enum machine_mode));
index b941aa95da080196f2bd4c2cff18ed5ff8d42049..78117f78aa3b770ada0d4a173fc44f246257d9ee 100644 (file)
@@ -100,6 +100,8 @@ extern int addrs_ok_for_ldd_peep PARAMS ((rtx, rtx));
 extern int arith_double_4096_operand PARAMS ((rtx, enum machine_mode));
 extern int arith_4096_operand PARAMS ((rtx, enum machine_mode));
 extern int zero_operand PARAMS ((rtx, enum machine_mode));
+extern int fp_zero_operand PARAMS ((rtx, enum machine_mode));
+extern int reg_or_0_operand PARAMS ((rtx, enum machine_mode));
 extern int eligible_for_epilogue_delay PARAMS ((rtx, int));
 extern int eligible_for_return_delay PARAMS ((rtx));
 extern int eligible_for_sibcall_delay PARAMS ((rtx));