[isl++] Move isl raw_ostream printers into separate header
authorTobias Grosser <tobias@grosser.es>
Sun, 21 May 2017 13:16:05 +0000 (13:16 +0000)
committerTobias Grosser <tobias@grosser.es>
Sun, 21 May 2017 13:16:05 +0000 (13:16 +0000)
commit3320485961eda2faf634b6bc0304ce22b681121d
tree7dac35cda6efb46a7a00a2a9905a4a2511b98080
parent014fc566e715cb0b8181e058629a82be219d7cf7
[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
polly/include/polly/Support/ISLOStream.h [new file with mode: 0644]
polly/lib/External/isl/include/isl-noexceptions.h
polly/lib/Transform/DeLICM.cpp
polly/lib/Transform/FlattenAlgo.cpp
polly/lib/Transform/FlattenSchedule.cpp
polly/lib/Transform/Simplify.cpp