commit | 0a91f3220bc7c908c1d45c0e5eeba508c8b20b96 | [log] [tgz] |
---|---|---|
author | Tobias Grosser <grosser@fim.uni-passau.de> | Tue May 29 09:11:46 2012 +0000 |
committer | Tobias Grosser <grosser@fim.uni-passau.de> | Tue May 29 09:11:46 2012 +0000 |
tree | 59c94ce07b6f74a7ef6d275a2e947e41255118ee | |
parent | d07b7b529a7c41b547e2a8fd9d1e3710cc0ac7cd [diff] [blame] |
Move CLooG.h into include/polly/CodeGen/ llvm-svn: 157604
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp index 6476dcd..13aa4d7 100644 --- a/polly/lib/CodeGen/CodeGeneration.cpp +++ b/polly/lib/CodeGen/CodeGeneration.cpp
@@ -20,7 +20,7 @@ // //===----------------------------------------------------------------------===// -#include "polly/Cloog.h" +#include "polly/CodeGen/Cloog.h" #ifdef CLOOG_FOUND #define DEBUG_TYPE "polly-codegen"