[isl++] Drop warning about experimental status

As most discussions about these bindings have concluded and only the final
patch review on the isl mailing list is missing, we drop the experimental
warning tag to match the patchset we will submit to isl, which is expected to
not change notably any more.

llvm-svn: 297519
This commit is contained in:
Tobias Grosser 2017-03-10 22:10:15 +00:00
parent 9956661456
commit 30a06dce68
1 changed files with 0 additions and 8 deletions

View File

@ -5,14 +5,6 @@
/// Presburger formula. On top of this, isl provides various tools for
/// Polyhedral compilation ranging from dependence analysis over scheduling
/// to AST generation.
///
///
/// WARNING: Even though these bindings have been throughly tested and the
/// design has been reviewed by various members of the isl community,
/// we do not yet provide any stability guarantees for this interface.
/// We do not expect any larger changes to the interface, but want to
/// reserve the freedom to improve the bindings based on insights that
/// only become visible after shipping these bindings with isl itself.
#ifndef ISL_CPP_NOEXCEPTIONS
#define ISL_CPP_NOEXCEPTIONS