OSDN Git Service

gcc/
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Aug 2005 03:28:38 +0000 (03:28 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Aug 2005 03:28:38 +0000 (03:28 +0000)
commit9e583facff2925811c4cc6d9fd52ffd27bcbe213
treee06f14d183b255d4bb3d257328e666b13eec089a
parentcf4573b0b43fe547dfde4221c07ea6a085ca9503
gcc/
PR tree-optimization/23234
* tree-ssa-math-opts.c (place_reciprocal): New enum.
(execute_cse_reciprocals_1): Replace the 'phi' argument with an
argument of the new enum.
(execute_cse_reciprocals): Add reciprocals for function arguments
on the unique successor edge of the entry block.  Update other calls
to execute_cse_reciprocals_1.

testsuite/
PR tree-optimization/23234
* gcc.dg/tree-ssa/pr23234.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102895 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr23234.c [new file with mode: 0644]
gcc/tree-ssa-math-opts.c