]> gcc.gnu.org Git - gcc.git/commit
tree-ssa-forwprop.c: Include tree-cfgcleanup.h and tree-into-ssa.h.
authorRichard Biener <rguenther@suse.de>
Mon, 27 Oct 2014 11:30:23 +0000 (11:30 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 27 Oct 2014 11:30:23 +0000 (11:30 +0000)
commit016adb0549c554d7ac73547a7c75b9a5594b14a3
treed1caa846739a37536850c447d2598db7a5251ce5
parent8c44fc0f2305f051c9631b4ab3f46417bfe0d644
tree-ssa-forwprop.c: Include tree-cfgcleanup.h and tree-into-ssa.h.

2014-10-27  Richard Biener  <rguenther@suse.de>

* tree-ssa-forwprop.c: Include tree-cfgcleanup.h and tree-into-ssa.h.
(lattice): New global.
(fwprop_ssa_val): New function.
(fold_all_stmts): Likewise.
(pass_forwprop::execute): Finally fold all stmts.

* gcc.dg/tree-ssa/forwprop-6.c: Scan ccp1 dump instead.
* gcc.dg/strlenopt-8.c: Adjust and XFAIL for non_strict_align
target due to memcpy inline-expansion.

From-SVN: r216728
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/strlenopt-8.c
gcc/testsuite/gcc.dg/tree-ssa/forwprop-6.c
gcc/tree-ssa-forwprop.c
This page took 0.061328 seconds and 5 git commands to generate.