diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-28 13:18:25 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-28 13:18:25 +0000 |
commit | 99d1a463f3720e3d8a605d500424ed441ccf9d55 (patch) | |
tree | 6999b62bcdb1ea84420bb011e59f00b9d818e552 /gcc/config/epiphany/epiphany.h | |
parent | ce7ae77c2204499516a7c9d3980656ff70b15dc0 (diff) | |
download | gcc-99d1a463f3720e3d8a605d500424ed441ccf9d55.tar.gz |
* config/epiphany/epiphany.h (HARD_REGNO_RENAME_OK): Define.
* config/epiphany/epiphany-protos.h (epiphany_regno_rename_ok): Declare.
* config/epiphany/epiphany.c (epiphany_regno_rename_ok): New function.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193889 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/epiphany/epiphany.h')
-rw-r--r-- | gcc/config/epiphany/epiphany.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/epiphany/epiphany.h b/gcc/config/epiphany/epiphany.h index b1b5e8b956b..07d0909c96d 100644 --- a/gcc/config/epiphany/epiphany.h +++ b/gcc/config/epiphany/epiphany.h @@ -291,6 +291,8 @@ along with GCC; see the file COPYING3. If not see 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77 \ } +#define HARD_REGNO_RENAME_OK(SRC, DST) epiphany_regno_rename_ok (SRC, DST) + /* Return number of consecutive hard regs needed starting at reg REGNO to hold something of mode MODE. This is ordinarily the length in words of a value of mode MODE |