re PR debug/66691 (ICE on valid code at -O3 with -g enabled in simplify_subreg, at...
[gcc.git] / gcc / tree-outof-ssa.h
index d0af95f0f3b4507f8fa38b6fdec4741a8c38b540..762726642f4c1e007a404986be31320e301d0da1 100644 (file)
@@ -1,5 +1,5 @@
 /* Routines for expanding from SSA form to RTL.
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -18,11 +18,9 @@ along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
 
-#ifndef _SSAEXPAND_H
-#define _SSAEXPAND_H 1
+#ifndef GCC_TREE_OUTOF_SSA_H
+#define GCC_TREE_OUTOF_SSA_H
 
-#include "tree-ssa-live.h"
-#include "tree-ssa-ter.h"
 
 /* This structure (of which only a singleton SA exists) is used to
    pass around information between the outof-SSA functions, cfgexpand
@@ -77,4 +75,4 @@ extern void finish_out_of_ssa (struct ssaexpand *sa);
 extern unsigned int rewrite_out_of_ssa (struct ssaexpand *sa);
 extern void expand_phi_nodes (struct ssaexpand *sa);
 
-#endif
+#endif /* GCC_TREE_OUTOF_SSA_H */