diff options
author | Anatoly Sokolov <aesok@post.ru> | 2015-07-31 00:25:29 +0300 |
---|---|---|
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | 2015-07-31 00:25:29 +0300 |
commit | 3403a1a9597dd6f853c25aff2290a16d3a9c9d00 (patch) | |
tree | 7d30b2fde4a0cf5ac3d5774d1ff65ab67f3ba134 /gcc/rtl.h | |
parent | e8fa381741bd504e42221463d18d0dae9eae4832 (diff) | |
download | gcc-3403a1a9597dd6f853c25aff2290a16d3a9c9d00.tar.gz |
Use lowpart_subreg instead of simplify_gen_subreg
From-SVN: r226417
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index f363ed42160..5e0239740a5 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2731,10 +2731,6 @@ extern rtx immed_double_const (HOST_WIDE_INT, HOST_WIDE_INT, machine_mode); #endif -/* In loop-iv.c */ - -extern rtx lowpart_subreg (machine_mode, rtx, machine_mode); - /* In varasm.c */ extern rtx force_const_mem (machine_mode, rtx); @@ -2866,6 +2862,7 @@ extern rtx simplify_subreg (machine_mode, rtx, machine_mode, unsigned int); extern rtx simplify_gen_subreg (machine_mode, rtx, machine_mode, unsigned int); +extern rtx lowpart_subreg (machine_mode, rtx, machine_mode); extern rtx simplify_replace_fn_rtx (rtx, const_rtx, rtx (*fn) (rtx, const_rtx, void *), void *); extern rtx simplify_replace_rtx (rtx, const_rtx, rtx); |