mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 16:10:41 +08:00
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:
parent
9a228f097b
commit
077094ace3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user