Include gimple.h and pointer-set.h in gcc-interface/trans.c

* gcc-interface/trans.c: Include gimple.h and pointer-set.h.

From-SVN: r204826
This commit is contained in:
H.J. Lu 2013-11-14 22:04:04 +00:00 committed by H.J. Lu
parent 93bdc3edf1
commit 1726bd6ea3
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-11-14 H.J. Lu <hongjiu.lu@intel.com>
* gcc-interface/trans.c: Include gimple.h and pointer-set.h.
2013-11-12 Andrew MacLeod <amacleod@redhat.com>
* gcc-interface/trans.c: Include gimplify.h.

View File

@ -33,7 +33,9 @@
#include "output.h"
#include "libfuncs.h" /* For set_stack_check_libfunc. */
#include "tree-iterator.h"
#include "gimple.h"
#include "gimplify.h"
#include "pointer-set.h"
#include "bitmap.h"
#include "cgraph.h"
#include "diagnostic.h"