Skip to content
Snippets Groups Projects
  • Andrew MacLeod's avatar
    de6a5608
    Index... · de6a5608
    Andrew MacLeod authored
    Index: gimplify.c
    ===================================================================
    *** gimplify.c	(revision 203357)
    --- gimplify.c	(working copy)
    *************** along with GCC; see the file COPYING3.
    *** 46,51 ****
    --- 46,53 ----
      #include "langhooks-def.h"	/* FIXME: for lhd_set_decl_assembler_name */
      #include "tree-pass.h"		/* FIXME: only for PROP_gimple_any */
      #include "tree-mudflap.h"
    + #include "expr.h"
    + #include "tm_p.h"
      
      enum gimplify_omp_var_data
      {
    
    From-SVN: r203373
    de6a5608
    History
    Index...
    Andrew MacLeod authored
    Index: gimplify.c
    ===================================================================
    *** gimplify.c	(revision 203357)
    --- gimplify.c	(working copy)
    *************** along with GCC; see the file COPYING3.
    *** 46,51 ****
    --- 46,53 ----
      #include "langhooks-def.h"	/* FIXME: for lhd_set_decl_assembler_name */
      #include "tree-pass.h"		/* FIXME: only for PROP_gimple_any */
      #include "tree-mudflap.h"
    + #include "expr.h"
    + #include "tm_p.h"
      
      enum gimplify_omp_var_data
      {
    
    From-SVN: r203373