Refactor: Move the code generation related header files to include/polly/CodeGen.

llvm-svn: 155547
This commit is contained in:
Hongbin Zheng 2012-04-25 13:18:28 +00:00
parent 3b11a16a44
commit 8a8466106c
7 changed files with 6 additions and 7 deletions

View File

@ -14,8 +14,7 @@
//===----------------------------------------------------------------------===//
#include "polly/ScopInfo.h"
#include "polly/BlockGenerators.h"
#include "polly/CodeGeneration.h"
#include "polly/CodeGen/BlockGenerators.h"
#include "polly/Support/GICHelper.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"

View File

@ -23,13 +23,13 @@
#define DEBUG_TYPE "polly-codegen"
#include "polly/Cloog.h"
#include "polly/CodeGeneration.h"
#include "polly/Dependences.h"
#include "polly/LinkAllPasses.h"
#include "polly/ScopInfo.h"
#include "polly/TempScopInfo.h"
#include "polly/BlockGenerators.h"
#include "polly/LoopGenerators.h"
#include "polly/CodeGen/CodeGeneration.h"
#include "polly/CodeGen/BlockGenerators.h"
#include "polly/CodeGen/LoopGenerators.h"
#include "polly/Support/GICHelper.h"
#include "llvm/Module.h"

View File

@ -12,8 +12,8 @@
//
//===----------------------------------------------------------------------===//
#include "polly/LoopGenerators.h"
#include "polly/ScopDetection.h"
#include "polly/CodeGen/LoopGenerators.h"
#include "llvm/Module.h"
#include "llvm/Analysis/Dominators.h"

View File

@ -19,7 +19,7 @@
#include "polly/ScheduleOptimizer.h"
#include "polly/CodeGeneration.h"
#include "polly/CodeGen/CodeGeneration.h"
#include "polly/Dependences.h"
#include "polly/LinkAllPasses.h"
#include "polly/ScopInfo.h"