cgraph.c: Include context.h for offloading.
gcc/ * cgraph.c: Include context.h for offloading. * varpool.c: Include context.h and omp-low.h. From-SVN: r229608
This commit is contained in:
parent
d614335f77
commit
2631d4eb87
@ -1,3 +1,8 @@
|
||||
2015-10-30 Cesar Philippidis <cesar@codesourcery.com>
|
||||
|
||||
* cgraph.c: Include context.h for offloading.
|
||||
* varpool.c: Include context.h and omp-low.h.
|
||||
|
||||
2015-10-30 Anatoly Sokolov <aesok@post.ru>
|
||||
|
||||
* rtl.h (contains_symbol_ref_p): Declare.
|
||||
|
@ -57,6 +57,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "profile.h"
|
||||
#include "params.h"
|
||||
#include "tree-chkp.h"
|
||||
#include "context.h"
|
||||
|
||||
/* FIXME: Only for PROP_loops, but cgraph shouldn't have to know about this. */
|
||||
#include "tree-pass.h"
|
||||
|
@ -31,6 +31,8 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "varasm.h"
|
||||
#include "debug.h"
|
||||
#include "output.h"
|
||||
#include "omp-low.h"
|
||||
#include "context.h"
|
||||
|
||||
const char * const tls_model_names[]={"none", "emulated",
|
||||
"global-dynamic", "local-dynamic",
|
||||
|
Loading…
Reference in New Issue
Block a user