]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2014 06:24:08 +0000 (06:24 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Aug 2014 06:24:08 +0000 (06:24 +0000)
commit29f9ec8fc666005721b2a1664835b5c6104238dc
treee5796d8aecf499be10565e3e0560938e53dad88b
parentdb1b48f5e064d716af4c4ab09f7c2211111fb3ef
gcc/
* regcprop.c: Include rtl-iter.h.
(kill_value): Take a const_rtx.
(kill_autoinc_value): Turn from being a for_each_rtx callback
to being a function that examines each subrtx itself.
(copyprop_hardreg_forward_1): Update accordingly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214651 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/regcprop.c