Move CLooG.h into include/polly/CodeGen/

llvm-svn: 157604
This commit is contained in:
Tobias Grosser 2012-05-29 09:11:46 +00:00
parent d07b7b529a
commit 0a91f3220b
5 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
//
//===----------------------------------------------------------------------===//
#include "polly/Cloog.h"
#include "polly/CodeGen/Cloog.h"
#ifdef CLOOG_FOUND
#include "polly/LinkAllPasses.h"
#include "polly/ScopInfo.h"

View File

@ -20,7 +20,7 @@
//
//===----------------------------------------------------------------------===//
#include "polly/Cloog.h"
#include "polly/CodeGen/Cloog.h"
#ifdef CLOOG_FOUND
#define DEBUG_TYPE "polly-codegen"

View File

@ -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"

View File

@ -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"