]> git.ipfire.org Git - thirdparty/gcc.git/commit
loop-iv.c (truncate_value): New function.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 21 Feb 2009 09:15:13 +0000 (09:15 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 21 Feb 2009 09:15:13 +0000 (09:15 +0000)
commit2ec62529e94905195af24c630872c0f6df062c63
tree16be1ac483a5866d5751cfc152a11e3026b59279
parent4e0bdc5e2265896a7dcc1630eed536cc47d7771c
loop-iv.c (truncate_value): New function.

gcc/
* loop-iv.c (truncate_value): New function.
(iv_subreg, get_iv_value, iv_number_of_iterations): Use it instead
of lowpart_subreg.
(lowpart_subreg): Move to...
* emit-rtl.c: ...here.

From-SVN: r144348
gcc/ChangeLog
gcc/emit-rtl.c
gcc/loop-iv.c