]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
basic-block.h (compute_preds_succs): Change return type in prototype to void.
authorManfred Hollstein <manfred@gcc.gnu.org>
Thu, 12 Mar 1998 01:04:42 +0000 (01:04 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Thu, 12 Mar 1998 01:04:42 +0000 (01:04 +0000)

* basic-block.h (compute_preds_succs): Change return type in
prototype to void.
* flow.c (compute_preds_succs): Likewise in function definition.
* regmove.c (find_matches): Cast char used as array index to unsigned char
to supress warning.

From-SVN: r18505

gcc/ChangeLog

index 1dc85f795daabc856541cf1b57106247a2db99f2..853a15c66a777c998d44e7d7c85a8cea25fa28c2 100644 (file)
@@ -1,3 +1,12 @@
+Thu Mar 12 10:02:38 1998  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * basic-block.h (compute_preds_succs): Change return type in
+       prototype to void.
+       * flow.c (compute_preds_succs): Likewise in function definition.
+
+       * regmove.c (find_matches): Cast char used as array index to unsigned char
+       to supress warning.
+
 Thu Mar 12 09:39:40 1998  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * i386.h (RTX_COSTS): Insert braces around nested if.