[llvm-branch-commits] [polly] r183383 - include missing ISL header file
Tobias Grosser
grosser at fim.uni-passau.de
Wed Jun 5 19:49:46 PDT 2013
Author: grosser
Date: Wed Jun 5 21:48:57 2013
New Revision: 183383
URL: http://llvm.org/viewvc/llvm-project?rev=183383&view=rev
Log:
include missing ISL header file
to be able to compile with ISL master as of today
1df91d8515ec88dc7f7f597168ad0f34f26de5a7
Merged from: https://llvm.org/svn/llvm-project/polly/trunk@183023
Modified:
polly/branches/release_33/lib/DeadCodeElimination.cpp
Modified: polly/branches/release_33/lib/DeadCodeElimination.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_33/lib/DeadCodeElimination.cpp?rev=183383&r1=183382&r2=183383&view=diff
==============================================================================
--- polly/branches/release_33/lib/DeadCodeElimination.cpp (original)
+++ polly/branches/release_33/lib/DeadCodeElimination.cpp Wed Jun 5 21:48:57 2013
@@ -20,6 +20,7 @@
//===----------------------------------------------------------------------===//
#include "polly/Dependences.h"
+#include "isl/aff_type.h"
#include "isl/union_map.h"
#include "polly/LinkAllPasses.h"
#include "polly/ScopInfo.h"
More information about the llvm-branch-commits
mailing list