2007-08-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2007 07:42:55 +0000 (07:42 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Aug 2007 07:42:55 +0000 (07:42 +0000)
commit184e9f8f35c84faf9b993a401d5e5cf5d8fa8bae
treed3d8854762eccbab4fae6d8c86b3a9bad23068eb
parent8920b6b9f30e98e6f515e242c1e78a58b6315bb5
2007-08-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/30564
        * tree-inline.c (optimize_inline_calls): Move the cgraph checking
        code in front of the compacting of basic blocks.
        Move the folding of statements inbetween the cgraph checking
        and compacting of basic blocks.

2007-08-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/30564
        * gcc.c-torture/compile/pr30564-1.c: New test.
        * gcc.c-torture/compile/pr30564-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127638 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr30564-1.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/compile/pr30564-2.c [new file with mode: 0644]
gcc/tree-inline.c