diff options
author | Richard Guenther <rguenther@suse.de> | 2012-08-14 11:14:08 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-08-14 11:14:08 +0000 |
commit | d8d707b4b576ebceac3e902d31bf954bca728660 (patch) | |
tree | e7d6479034df8cbef46fee7b58cafb549b47a8f0 /gcc/tree-into-ssa.c | |
parent | f3e7b9d618f4b089f31c79fcad5f66ba1a58ca01 (diff) | |
download | gcc-d8d707b4b576ebceac3e902d31bf954bca728660.zip gcc-d8d707b4b576ebceac3e902d31bf954bca728660.tar.gz gcc-d8d707b4b576ebceac3e902d31bf954bca728660.tar.bz2 |
tree-into-ssa.c: Include diagnostic-core.h.
2012-08-14 Richard Guenther <rguenther@suse.de>
* tree-into-ssa.c: Include diagnostic-core.h.
* Makefile.in (tree-into-ssa.o): Adjust.
From-SVN: r190380
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 50e2eff..a9de96f 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: |