forked from OSchip/llvm-project
Speculative update to Polly for LLVM r159421 which moved IRBuilder.h.
llvm-svn: 159423
This commit is contained in:
parent
6b22da9e89
commit
c55b598dc2
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue