summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/lib/Support/ISLTools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Support/ISLTools.cpp b/polly/lib/Support/ISLTools.cpp
index 41f9d4672bf..46f9085d4bb 100644
--- a/polly/lib/Support/ISLTools.cpp
+++ b/polly/lib/Support/ISLTools.cpp
@@ -744,7 +744,7 @@ static void printSortedPolyhedra(isl::union_set USet, llvm::raw_ostream &OS,
}
// Sort the polyhedra.
- std::sort(BSets.begin(), BSets.end(), orderComparer);
+ llvm::sort(BSets.begin(), BSets.end(), orderComparer);
// Print the polyhedra.
bool First = true;
OpenPOWER on IntegriCloud