]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR rtl-optimization/79909
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Mar 2017 07:57:45 +0000 (07:57 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Mar 2017 07:57:45 +0000 (07:57 +0000)
commit130e33fd92c5fb519ce6c4ddca8d854d7b8235e8
tree859f76c7bfa5b01e9fbcd6007700545c2a15875c
parentd520618af540d4924ea8ec19b7e6029c68c77878
PR rtl-optimization/79909
* combine.c (try_combine): Use simplify_replace_rtx on individual
CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
of the whole CALL_INSN_FUNCTION_USAGE.

* gcc.target/powerpc/pr79909.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246023 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr79909.c [new file with mode: 0644]