re PR rtl-optimization/42216 (changes in scheduling regress 464.h264ref 20%)
authorBernd Schmidt <bernd.schmidt@analog.com>
Wed, 17 Mar 2010 09:25:35 +0000 (09:25 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 17 Mar 2010 09:25:35 +0000 (09:25 +0000)
commite33c42db5d391a77a9178f3d150153ebc50229a8
tree79f93c327c44f2bd3488b8246a50ccea1207d51f
parent4c4177dc90e8db16a78d6a6805eff25637cecbd1
re PR rtl-optimization/42216 (changes in scheduling regress 464.h264ref 20%)

PR rtl-optimization/42216
* regrename.c (create_new_chain): New function, broken out from...
(scan_rtx_reg): ... here.  Call it.  Handle the case where we are
appending a use to an empty chain.
(build_def_use): Remove previous changes that convert OP_INOUT to
OP_OUT operands; instead detect the case where an OP_INOUT operand
uses a previously untracked register and create an empty chain for
it.

From-SVN: r157511
gcc/ChangeLog
gcc/regrename.c