diff options
| author | Tobias Grosser <tobias@grosser.es> | 2014-01-09 10:42:15 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2014-01-09 10:42:15 +0000 |
| commit | f240b487a30c571cb6202e73b88942d03a5ab843 (patch) | |
| tree | d1f6e57123c57d1f13d2be62193467194560c791 /polly/lib/Exchange | |
| parent | bc60254543dc83245c4d5fb76d900cd1fecbf65a (diff) | |
| download | bcm5719-llvm-f240b487a30c571cb6202e73b88942d03a5ab843.tar.gz bcm5719-llvm-f240b487a30c571cb6202e73b88942d03a5ab843.zip | |
Remove IR/Writer.h
This should fix the buildbots.
llvm-svn: 198859
Diffstat (limited to 'polly/lib/Exchange')
| -rw-r--r-- | polly/lib/Exchange/JSONExporter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp index 3d9d15263bd..92c69d208fe 100644 --- a/polly/lib/Exchange/JSONExporter.cpp +++ b/polly/lib/Exchange/JSONExporter.cpp @@ -18,7 +18,6 @@ #include "polly/ScopPass.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/Statistic.h" -#include "llvm/IR/Writer.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/ToolOutputFile.h" #include "llvm/Support/system_error.h" |

