]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/jump.c
2009-03-27 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Mar 2009 22:25:36 +0000 (22:25 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Mar 2009 22:25:36 +0000 (22:25 +0000)
commit9680c84645b5b058a2d00533e064ff6d9666f5b1
treed0ee34c1b25d930f18a8d86229603462b5336bcc
parent0e4d11dfc8b6d80624a799ab2f2f6c5ada1f457e
2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>

* jump.c (rtx_renumbered_equal_p): Use subreg_get_info.
(true_regnum): Likewise.

* rtlanal.c (subreg_info): Moved to ...
* rtl.h (subreg_info): Here.  New.
(subreg_get_info): New.

* rtlanal.c (subreg_get_info): Make it extern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145134 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/jump.c
gcc/rtl.h
gcc/rtlanal.c