Update #include paths for r198688 in LLVM that moved headers in the Assembly

directory to their proper homes.

llvm-svn: 198691
This commit is contained in:
Chandler Carruth 2014-01-07 12:59:58 +00:00
parent 10b0915f85
commit e243b03a8c
13 changed files with 13 additions and 13 deletions

View File

@ -17,7 +17,7 @@
#include "llvm/Analysis/AliasSetTracker.h"
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Analysis/RegionIterator.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"

View File

@ -56,7 +56,7 @@
#include "llvm/Analysis/RegionIterator.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#include "llvm/DebugInfo.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/DiagnosticInfo.h"

View File

@ -30,7 +30,7 @@
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/RegionIterator.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#include "llvm/Support/CommandLine.h"
#define DEBUG_TYPE "polly-scops"

View File

@ -25,7 +25,7 @@
#include "llvm/Analysis/RegionIterator.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#include "llvm/IR/DataLayout.h"
#define DEBUG_TYPE "polly-analyze-ir"

View File

@ -28,7 +28,7 @@
#include "polly/ScopInfo.h"
#define DEBUG_TYPE "polly-cloog"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Debug.h"

View File

@ -18,7 +18,7 @@
#include "polly/ScopPass.h"
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/system_error.h"

View File

@ -19,7 +19,7 @@
#include "polly/ScopInfo.h"
#include "polly/ScopPass.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#define OPENSCOP_INT_T_IS_MP
#include "openscop/openscop.h"

View File

@ -17,7 +17,7 @@
#include "polly/Options.h"
#include "polly/ScopInfo.h"
#include "polly/ScopPass.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#ifdef OPENSCOP_FOUND

View File

@ -20,7 +20,7 @@
#include "polly/ScopInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#include "stdio.h"
#include "isl/set.h"

View File

@ -20,7 +20,7 @@
#include "polly/ScopPass.h"
#include "polly/ScopLib.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#include "stdio.h"
#include "isl/set.h"

View File

@ -21,7 +21,7 @@
#include "polly/ScopInfo.h"
#include "polly/ScopLib.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#define SCOPLIB_INT_T_IS_MP
#include "scoplib/scop.h"

View File

@ -20,7 +20,7 @@
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/RegionInfo.h"
#include "llvm/Analysis/ValueTracking.h"
#include "llvm/Assembly/Writer.h"
#include "llvm/IR/Writer.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Support/CommandLine.h"
#define DEBUG_TYPE "polly-independent"

View File

@ -171,7 +171,7 @@ index 0000000..cf8aa54
+#include "llvm/LLVMContext.h"
+#include "llvm/Module.h"
+#include "llvm/PassManager.h"
+#include "llvm/Assembly/Parser.h"
+#include "llvm/AsmParser/Parser.h"
+#include "llvm/Target/TargetMachine.h"
+#include "llvm/Target/TargetRegisterInfo.h"
+#include "llvm/Support/Debug.h"