graphite.h: Include <isl/id.h> and <isl/space.h>...
* graphite.h: Include <isl/id.h> and <isl/space.h>; these headers are no longer pulled in by <isl/val.h>. From-SVN: r264642
This commit is contained in:
parent
19071aa48c
commit
9b4e3b9a66
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-09-26 Alexey Neyman <stilor@att.net>
|
||||
|
||||
* graphite.h: Include <isl/id.h> and <isl/space.h>; these
|
||||
headers are no longer pulled in by <isl/val.h>.
|
||||
|
||||
2018-09-26 Matthew Malcomson <matthew.malcomson@arm.com>
|
||||
|
||||
* config/arm/arm.c (arm_split_compare_and_swap, arm_split_atomic_op):
|
||||
|
|
|
@ -26,6 +26,8 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include <isl/options.h>
|
||||
#include <isl/ctx.h>
|
||||
#include <isl/val.h>
|
||||
#include <isl/id.h>
|
||||
#include <isl/space.h>
|
||||
#include <isl/set.h>
|
||||
#include <isl/union_set.h>
|
||||
#include <isl/map.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue