diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-14 11:14:08 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-14 11:14:08 +0000 |
commit | b4fa1427290880749a8b5ed9f92136a595c72232 (patch) | |
tree | e7d6479034df8cbef46fee7b58cafb549b47a8f0 /gcc/tree-into-ssa.c | |
parent | 2c46015e2b5b6cf51def16f06cb320e79fa3920d (diff) | |
download | gcc-b4fa1427290880749a8b5ed9f92136a595c72232.tar.gz |
2012-08-14 Richard Guenther <rguenther@suse.de>
* tree-into-ssa.c: Include diagnostic-core.h.
* Makefile.in (tree-into-ssa.o): Adjust.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190380 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r-- | gcc/tree-into-ssa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index 50e2eff5df8..a9de96f992e 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -40,6 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "domwalk.h" #include "params.h" #include "vecprim.h" +#include "diagnostic-core.h" /* This file builds the SSA form for a function as described in: |