aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.c
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-08-14 11:14:08 +0000
committerRichard Guenther <rguenther@suse.de>2012-08-14 11:14:08 +0000
commit5384cb67b3e3834069cd5c6d1e63e452ece62219 (patch)
treee7d6479034df8cbef46fee7b58cafb549b47a8f0 /gcc/tree-into-ssa.c
parent736d8338cdfbc2bce1f06a352a70940270cb1b76 (diff)
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: https://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.c1
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: