diff options
| author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-26 19:06:07 +0000 |
|---|---|---|
| committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-26 19:06:07 +0000 |
| commit | 99a104182e185e02aa1104076ed836fe54db3efc (patch) | |
| tree | 4cc4e92739a2336131e00a66c688110f60564244 | |
| parent | 927d1bd24136bc0f5a0344587d10eb10568f0dcd (diff) | |
| download | ppe42-gcc-99a104182e185e02aa1104076ed836fe54db3efc.tar.gz ppe42-gcc-99a104182e185e02aa1104076ed836fe54db3efc.zip | |
* config/frv/frv-protos.h: Guard ifcvt functions declarations with
BB_HEAD, not BLOCK_HEAD.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91345 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/frv/frv-protos.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5f9c8281b75..d2642298f04 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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 scratch insns that set a register live at the join point. diff --git a/gcc/config/frv/frv-protos.h b/gcc/config/frv/frv-protos.h index d775260fbd0..57e5d599cd2 100644 --- a/gcc/config/frv/frv-protos.h +++ b/gcc/config/frv/frv-protos.h @@ -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 |

