frv-protos.h: Guard ifcvt functions declarations with BB_HEAD, not BLOCK_HEAD.

* config/frv/frv-protos.h: Guard ifcvt functions declarations with
BB_HEAD, not BLOCK_HEAD.

From-SVN: r91345
This commit is contained in:
Alexandre Oliva 2004-11-26 19:06:07 +00:00 committed by Alexandre Oliva
parent 9a228f097b
commit 077094ace3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-11-26 Alexandre Oliva <aoliva@redhat.com>
* config/frv/frv-protos.h: Guard ifcvt functions declarations with
BB_HEAD, not BLOCK_HEAD.
2004-11-26 Alexandre Oliva <aoliva@redhat.com>
* config/frv/frv.c (frv_ifcvt_modify_insn): Don't leave alone

View File

@ -116,7 +116,7 @@ extern rtx frv_split_minmax (rtx *);
extern rtx frv_split_abs (rtx *);
extern void frv_split_double_load (rtx, rtx);
extern void frv_split_double_store (rtx, rtx);
#ifdef BLOCK_HEAD
#ifdef BB_HEAD
extern void frv_ifcvt_init_extra_fields (ce_if_block_t *);
extern void frv_ifcvt_modify_tests (ce_if_block_t *, rtx *, rtx *);
extern void frv_ifcvt_modify_multiple_tests