diff options
author | Nick Clifton <nickc@redhat.com> | 2015-07-28 08:09:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2015-07-28 08:09:09 +0000 |
commit | f87a37c6893dc51f4c3e6fbddfcf453bd83c9215 (patch) | |
tree | 7542dd69542b0124435500e55ad966b7d4c39a2e /gcc/config/rl78/rl78-protos.h | |
parent | 12efb1d75f459d7c69bfaededd398f9724ee67bb (diff) | |
download | gcc-f87a37c6893dc51f4c3e6fbddfcf453bd83c9215.zip gcc-f87a37c6893dc51f4c3e6fbddfcf453bd83c9215.tar.gz gcc-f87a37c6893dc51f4c3e6fbddfcf453bd83c9215.tar.bz2 |
rl78.c (rl78_addsi3_internal): New function.
* config/rl78/rl78.c (rl78_addsi3_internal): New function.
Optimizes the case where -mes0 is active and a constant symbolic
address is used.
* config/rl78/rl78-protos.h: Prototype the new function.
* config/rl78/rl78.md (addsi3_internal_real): Call new function.
From-SVN: r226306
Diffstat (limited to 'gcc/config/rl78/rl78-protos.h')
-rw-r--r-- | gcc/config/rl78/rl78-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rl78/rl78-protos.h b/gcc/config/rl78/rl78-protos.h index 0e77b8d..614bf63 100644 --- a/gcc/config/rl78/rl78-protos.h +++ b/gcc/config/rl78/rl78-protos.h @@ -18,6 +18,7 @@ along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ +const char * rl78_addsi3_internal (rtx *, unsigned int); void rl78_emit_eh_epilogue (rtx); void rl78_expand_compare (rtx *); void rl78_expand_movsi (rtx *); |