Speculative update to Polly for LLVM r159421 which moved IRBuilder.h.

llvm-svn: 159423
This commit is contained in:
Chandler Carruth 2012-06-29 12:39:49 +00:00
parent 6b22da9e89
commit c55b598dc2
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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;

View File

@ -166,6 +166,7 @@ index 0000000..01253cd
+
+#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 @@ index 0000000..01253cd
+#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"