diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-16 09:11:19 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-16 09:11:19 +0000 |
commit | 2f7625017c3866c20a9d94fba926155f2c31e875 (patch) | |
tree | cae7430f04748a1dfbb6829f711a90c714fba92a /gcc/tree-ssa-math-opts.c | |
parent | e890a33c3b3bb2ec709d44c90c708acc38573322 (diff) | |
download | gcc-2f7625017c3866c20a9d94fba926155f2c31e875.tar.gz |
2013-09-16 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 202619 using svnmerge.py
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@202622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-math-opts.c')
-rw-r--r-- | gcc/tree-ssa-math-opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-math-opts.c b/gcc/tree-ssa-math-opts.c index f871e928a19..54445beee7c 100644 --- a/gcc/tree-ssa-math-opts.c +++ b/gcc/tree-ssa-math-opts.c @@ -90,7 +90,7 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "flags.h" #include "tree.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "tree-pass.h" #include "alloc-pool.h" #include "basic-block.h" |