Index...
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
This commit is contained in:
parent
91952132eb
commit
de6a560804
@ -1,3 +1,8 @@
|
||||
2013-10-10 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* gimplify.c: Include expr.h and tm_p.h for targets with special va-arg
|
||||
padding requirements.
|
||||
|
||||
2013-10-10 Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
* tree-flow.h: Move some prototypes to gimple.h.
|
||||
|
@ -46,6 +46,8 @@ along with GCC; see the file COPYING3. If not see
|
||||
#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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user