Commit 1726bd6e by H.J. Lu Committed by H.J. Lu

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
parent 93bdc3ed
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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment