[polly] r199360 - llvm/IR/Writer.h has been removed in llvm commit r198836 and seems useless in polly

Sylvestre Ledru sylvestre at debian.org
Wed Jan 15 23:10:10 PST 2014


Author: sylvestre
Date: Thu Jan 16 01:10:09 2014
New Revision: 199360

URL: http://llvm.org/viewvc/llvm-project?rev=199360&view=rev
Log:
llvm/IR/Writer.h has been removed in llvm commit r198836 and seems useless in polly

Modified:
    polly/trunk/lib/Exchange/OpenScopExporter.cpp
    polly/trunk/lib/Exchange/OpenScopImporter.cpp
    polly/trunk/lib/Exchange/ScopLibExporter.cpp
    polly/trunk/lib/Exchange/ScopLibImporter.cpp

Modified: polly/trunk/lib/Exchange/OpenScopExporter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Exchange/OpenScopExporter.cpp?rev=199360&r1=199359&r2=199360&view=diff
==============================================================================
--- polly/trunk/lib/Exchange/OpenScopExporter.cpp (original)
+++ polly/trunk/lib/Exchange/OpenScopExporter.cpp Thu Jan 16 01:10:09 2014
@@ -19,8 +19,6 @@
 #include "polly/ScopInfo.h"
 #include "polly/ScopPass.h"
 
-#include "llvm/IR/Writer.h"
-
 #define OPENSCOP_INT_T_IS_MP
 #include "openscop/openscop.h"
 

Modified: polly/trunk/lib/Exchange/OpenScopImporter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Exchange/OpenScopImporter.cpp?rev=199360&r1=199359&r2=199360&view=diff
==============================================================================
--- polly/trunk/lib/Exchange/OpenScopImporter.cpp (original)
+++ polly/trunk/lib/Exchange/OpenScopImporter.cpp Thu Jan 16 01:10:09 2014
@@ -17,7 +17,6 @@
 #include "polly/Options.h"
 #include "polly/ScopInfo.h"
 #include "polly/ScopPass.h"
-#include "llvm/IR/Writer.h"
 
 #ifdef OPENSCOP_FOUND
 

Modified: polly/trunk/lib/Exchange/ScopLibExporter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Exchange/ScopLibExporter.cpp?rev=199360&r1=199359&r2=199360&view=diff
==============================================================================
--- polly/trunk/lib/Exchange/ScopLibExporter.cpp (original)
+++ polly/trunk/lib/Exchange/ScopLibExporter.cpp Thu Jan 16 01:10:09 2014
@@ -20,8 +20,6 @@
 #include "polly/ScopPass.h"
 #include "polly/ScopLib.h"
 
-#include "llvm/IR/Writer.h"
-
 #include "stdio.h"
 #include "isl/set.h"
 #include "isl/constraint.h"

Modified: polly/trunk/lib/Exchange/ScopLibImporter.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Exchange/ScopLibImporter.cpp?rev=199360&r1=199359&r2=199360&view=diff
==============================================================================
--- polly/trunk/lib/Exchange/ScopLibImporter.cpp (original)
+++ polly/trunk/lib/Exchange/ScopLibImporter.cpp Thu Jan 16 01:10:09 2014
@@ -21,8 +21,6 @@
 #include "polly/ScopInfo.h"
 #include "polly/ScopLib.h"
 
-#include "llvm/IR/Writer.h"
-
 #define SCOPLIB_INT_T_IS_MP
 #include "scoplib/scop.h"
 





More information about the llvm-commits mailing list