[llvm-commits] [polly] r159423 - in /polly/trunk: include/polly/CodeGen/BlockGenerators.h include/polly/CodeGen/LoopGenerators.h lib/CodeGen/Utils.cpp utils/0001-Add-llvm.codegen-intrinsic.patch

Chandler Carruth chandlerc at gmail.com
Fri Jun 29 05:39:49 PDT 2012


Author: chandlerc
Date: Fri Jun 29 07:39:49 2012
New Revision: 159423

URL: http://llvm.org/viewvc/llvm-project?rev=159423&view=rev
Log:
Speculative update to Polly for LLVM r159421 which moved IRBuilder.h. 

Modified:
    polly/trunk/include/polly/CodeGen/BlockGenerators.h
    polly/trunk/include/polly/CodeGen/LoopGenerators.h
    polly/trunk/lib/CodeGen/Utils.cpp
    polly/trunk/utils/0001-Add-llvm.codegen-intrinsic.patch

Modified: polly/trunk/include/polly/CodeGen/BlockGenerators.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/CodeGen/BlockGenerators.h?rev=159423&r1=159422&r2=159423&view=diff
==============================================================================
--- polly/trunk/include/polly/CodeGen/BlockGenerators.h (original)
+++ polly/trunk/include/polly/CodeGen/BlockGenerators.h Fri Jun 29 07:39:49 2012
@@ -16,8 +16,8 @@
 #ifndef POLLY_BLOCK_GENERATORS_H
 #define POLLY_BLOCK_GENERATORS_H
 
+#include "llvm/IRBuilder.h"
 #include "llvm/ADT/DenseMap.h"
-#include "llvm/Support/IRBuilder.h"
 
 #include "isl/map.h"
 

Modified: polly/trunk/include/polly/CodeGen/LoopGenerators.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/CodeGen/LoopGenerators.h?rev=159423&r1=159422&r2=159423&view=diff
==============================================================================
--- polly/trunk/include/polly/CodeGen/LoopGenerators.h (original)
+++ polly/trunk/include/polly/CodeGen/LoopGenerators.h Fri Jun 29 07:39:49 2012
@@ -13,7 +13,7 @@
 //===----------------------------------------------------------------------===//
 #ifndef POLLY_LOOP_GENERATORS_H
 #define POLLY_LOOP_GENERATORS_H
-#include "llvm/Support/IRBuilder.h"
+#include "llvm/IRBuilder.h"
 #include "llvm/ADT/SetVector.h"
 
 #include <map>

Modified: polly/trunk/lib/CodeGen/Utils.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/Utils.cpp?rev=159423&r1=159422&r2=159423&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/Utils.cpp (original)
+++ polly/trunk/lib/CodeGen/Utils.cpp Fri Jun 29 07:39:49 2012
@@ -15,8 +15,8 @@
 
 #include "polly/ScopInfo.h"
 
+#include "llvm/IRBuilder.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Support/IRBuilder.h"
 #include "llvm/Transforms/Utils/BasicBlockUtils.h"
 
 using namespace llvm;

Modified: polly/trunk/utils/0001-Add-llvm.codegen-intrinsic.patch
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/utils/0001-Add-llvm.codegen-intrinsic.patch?rev=159423&r1=159422&r2=159423&view=diff
==============================================================================
--- polly/trunk/utils/0001-Add-llvm.codegen-intrinsic.patch (original)
+++ polly/trunk/utils/0001-Add-llvm.codegen-intrinsic.patch Fri Jun 29 07:39:49 2012
@@ -166,6 +166,7 @@
 +
 +#include "llvm/CodeGen/Passes.h"
 +#include "llvm/CallingConv.h"
++#include "llvm/IRBuilder.h"
 +#include "llvm/IntrinsicInst.h"
 +#include "llvm/LLVMContext.h"
 +#include "llvm/Module.h"
@@ -178,7 +179,6 @@
 +#include "llvm/Support/ErrorHandling.h"
 +#include "llvm/Support/FormattedStream.h"
 +#include "llvm/Support/Host.h"
-+#include "llvm/Support/IRBuilder.h"
 +#include "llvm/Support/raw_ostream.h"
 +#include "llvm/Support/SourceMgr.h"
 +#include "llvm/Support/TargetRegistry.h"





More information about the llvm-commits mailing list