OSDN Git Service

2010-06-25 Martin Jambor <mjambor@suse.cz>
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jun 2010 12:46:41 +0000 (12:46 +0000)
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jun 2010 12:46:41 +0000 (12:46 +0000)
commitaf3e7bf6417363b2dcb5b41aad91fab34c395a6e
tree82fbcbdeb6c7649ca76ce539f4c5d1b7d2957cd7
parent293bf172f5afd87b5bc4776f6866382965146678
2010-06-25  Martin Jambor  <mjambor@suse.cz>

* ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
statements instead of bailing out on them.
(ipa_analyze_indirect_call_uses): Do not require that loads from the
parameter are in the same BB as the condition.  Update comments.

* testsuite/g++.dg/ipa/iinline-2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161377 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-prop.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ipa/iinline-2.C [new file with mode: 0644]