diff options
author | Tobias Grosser <tobias@grosser.es> | 2017-05-21 13:16:05 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2017-05-21 13:16:05 +0000 |
commit | 3320485961eda2faf634b6bc0304ce22b681121d (patch) | |
tree | 7dac35cda6efb46a7a00a2a9905a4a2511b98080 /polly/lib/Transform/Simplify.cpp | |
parent | 014fc566e715cb0b8181e058629a82be219d7cf7 (diff) | |
download | bcm5719-llvm-3320485961eda2faf634b6bc0304ce22b681121d.tar.gz bcm5719-llvm-3320485961eda2faf634b6bc0304ce22b681121d.zip |
[isl++] Move isl raw_ostream printers into separate header
Instead of relying on these functions to be part of the isl C++ bindings, we
just define this functionality independently. This allows us to use isl C++
bindings that do not contain LLVM specific functionality.
llvm-svn: 303503
Diffstat (limited to 'polly/lib/Transform/Simplify.cpp')
-rw-r--r-- | polly/lib/Transform/Simplify.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/lib/Transform/Simplify.cpp b/polly/lib/Transform/Simplify.cpp index b31634145f0..bc049603482 100644 --- a/polly/lib/Transform/Simplify.cpp +++ b/polly/lib/Transform/Simplify.cpp @@ -15,6 +15,7 @@ #include "polly/ScopInfo.h" #include "polly/ScopPass.h" #include "polly/Support/GICHelper.h" +#include "polly/Support/ISLOStream.h" #include "llvm/ADT/Statistic.h" #include "llvm/Support/Debug.h" #define DEBUG_TYPE "polly-simplify" |