forked from OSchip/llvm-project
Move CLooG.h into include/polly/CodeGen/
llvm-svn: 157604
This commit is contained in:
parent
d07b7b529a
commit
0a91f3220b
|
@ -22,7 +22,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "polly/Cloog.h"
|
||||
#include "polly/CodeGen/Cloog.h"
|
||||
#ifdef CLOOG_FOUND
|
||||
#include "polly/LinkAllPasses.h"
|
||||
#include "polly/ScopInfo.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "polly/Cloog.h"
|
||||
#include "polly/CodeGen/Cloog.h"
|
||||
#ifdef CLOOG_FOUND
|
||||
|
||||
#define DEBUG_TYPE "polly-codegen"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "polly/LinkAllPasses.h"
|
||||
#include "polly/ScopDetection.h"
|
||||
#include "polly/Support/ScopHelper.h"
|
||||
#include "polly/Cloog.h"
|
||||
#include "polly/CodeGen/Cloog.h"
|
||||
|
||||
#include "llvm/Analysis/LoopInfo.h"
|
||||
#include "llvm/Analysis/RegionInfo.h"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "polly/RegisterPasses.h"
|
||||
#include "polly/LinkAllPasses.h"
|
||||
|
||||
#include "polly/Cloog.h"
|
||||
#include "polly/CodeGen/Cloog.h"
|
||||
#include "polly/Dependences.h"
|
||||
#include "polly/ScopDetection.h"
|
||||
#include "polly/ScopInfo.h"
|
||||
|
|
Loading…
Reference in New Issue