Move include/isl-noexceptions.h to include/isl/isl-noexceptions.h

llvm-svn: 311504
This commit is contained in:
Tobias Grosser 2017-08-22 22:04:22 +00:00
parent 0ac1e585fc
commit d680edfb98
8 changed files with 7 additions and 12 deletions

View File

@ -22,10 +22,8 @@
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallVector.h"
#include "isl/ctx.h"
#include "isl/isl-noexceptions.h"
#include "isl/union_map.h"
#include "isl-noexceptions.h"
#include <utility>
#include <vector>

View File

@ -18,7 +18,6 @@
#ifndef POLLY_SCOPINFO_H
#define POLLY_SCOPINFO_H
#include "isl-noexceptions.h"
#include "polly/ScopDetection.h"
#include "polly/Support/SCEVAffinator.h"
#include "polly/Support/ScopHelper.h"
@ -43,6 +42,7 @@
#include "llvm/Support/Casting.h"
#include "isl/aff.h"
#include "isl/ctx.h"
#include "isl/isl-noexceptions.h"
#include "isl/set.h"
#include <algorithm>
#include <cassert>

View File

@ -19,14 +19,12 @@
#include "llvm/Support/raw_ostream.h"
#include "isl/aff.h"
#include "isl/ctx.h"
#include "isl/isl-noexceptions.h"
#include "isl/map.h"
#include "isl/options.h"
#include "isl/set.h"
#include "isl/union_map.h"
#include "isl/union_set.h"
#include "isl-noexceptions.h"
#include <functional>
#include <string>

View File

@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
#include "isl-noexceptions.h"
#include "llvm/Support/raw_ostream.h"
#include "isl/isl-noexceptions.h"
namespace polly {
#define ADD_OSTREAM_PRINTER(name) \

View File

@ -14,8 +14,8 @@
#ifndef POLLY_ZONEALGO_H
#define POLLY_ZONEALGO_H
#include "isl-noexceptions.h"
#include "llvm/ADT/DenseMap.h"
#include "isl/isl-noexceptions.h"
#include <memory>
namespace llvm {

View File

@ -28,6 +28,6 @@ cp $ISL_SOURCE_DIR/include/isl-noexceptions.h $TMPDIR/isl-noexceptions.h
rm -rf $ISL_SOURCE_DIR
mkdir -p $ISL_SOURCE_DIR
tar -xf $DISTFILE --strip-components=1 --directory $ISL_SOURCE_DIR
cp $TMPDIR/isl-noexceptions.h $ISL_SOURCE_DIR/include/
cp $TMPDIR/isl/isl-noexceptions.h $ISL_SOURCE_DIR/include/isl
rm -rf $TMPDIR

View File

@ -38,13 +38,12 @@
#include "polly/ScopInfo.h"
#include "llvm/Support/CommandLine.h"
#include "isl/flow.h"
#include "isl/isl-noexceptions.h"
#include "isl/map.h"
#include "isl/set.h"
#include "isl/union_map.h"
#include "isl/union_set.h"
#include "isl-noexceptions.h"
using namespace llvm;
using namespace polly;