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/lto-streamer.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/lto-streamer.c')
-rw-r--r-- | gcc/lto-streamer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index e7b66c167b5..cdc75de9bae 100644 --- a/gcc/lto-streamer.c +++ b/gcc/lto-streamer.c @@ -28,7 +28,7 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "tree.h" #include "gimple.h" -#include "tree-flow.h" +#include "tree-ssa.h" #include "diagnostic-core.h" #include "bitmap.h" #include "vec.h" |