OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 May 2010 21:08:53 +0000 (21:08 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 May 2010 21:08:53 +0000 (21:08 +0000)
commit42a4b11f2cbed1a2af2157aff1b5ac2be08a78ad
tree22fda0e0d8ee766f1dd846c3c8c2bdb01ff9415a
parentce494fcf6cecbd423d44d552e2094b923fac9a22
gcc/
* combine.c (propagate_for_debug): Call make_compound_operation
on the source value.
(try_combine): When implementing a split chosen by find_split_point,
either copy i2src or set it to null.  Assert that i2src is not null
before substituting into CALL_INSN_FUNCTION_USAGE.

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