Move CLooG.h into include/polly/CodeGen/
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 29 May 2012 09:11:46 +0000 (09:11 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Tue, 29 May 2012 09:11:46 +0000 (09:11 +0000)
llvm-svn: 157604

polly/include/polly/CodeGen/Cloog.h [moved from polly/include/polly/Cloog.h with 100% similarity]
polly/lib/CodeGen/Cloog.cpp
polly/lib/CodeGen/CodeGeneration.cpp
polly/lib/IndependentBlocks.cpp
polly/lib/RegisterPasses.cpp

index e4cd24b..51e4154 100644 (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"
index 6476dcd..13aa4d7 100644 (file)
@@ -20,7 +20,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "polly/Cloog.h"
+#include "polly/CodeGen/Cloog.h"
 #ifdef CLOOG_FOUND
 
 #define DEBUG_TYPE "polly-codegen"
index 6f1893c..8de9762 100644 (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"
index b83e9af..410700c 100644 (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"