forked from OSchip/llvm-project
Refactor: Move the code generation related header files to include/polly/CodeGen.
llvm-svn: 155547
This commit is contained in:
parent
3b11a16a44
commit
8a8466106c
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue