[polly] r305709 - [ScheduleOptimizer] Fix minor typo [NFC]
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 19 09:55:48 PDT 2017
Author: grosser
Date: Mon Jun 19 11:55:48 2017
New Revision: 305709
URL: http://llvm.org/viewvc/llvm-project?rev=305709&view=rev
Log:
[ScheduleOptimizer] Fix minor typo [NFC]
Modified:
polly/trunk/lib/Transform/ScheduleOptimizer.cpp
Modified: polly/trunk/lib/Transform/ScheduleOptimizer.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Transform/ScheduleOptimizer.cpp?rev=305709&r1=305708&r2=305709&view=diff
==============================================================================
--- polly/trunk/lib/Transform/ScheduleOptimizer.cpp (original)
+++ polly/trunk/lib/Transform/ScheduleOptimizer.cpp Mon Jun 19 11:55:48 2017
@@ -247,7 +247,7 @@ static isl::union_set getIsolateOptions(
unsigned OutDimsNum) {
unsigned Dims = IsolateDomain.dim(isl::dim::set);
assert(OutDimsNum <= Dims &&
- "The isl_set IsolateDomain is used to describe the range of schedule "
+ "The isl::set IsolateDomain is used to describe the range of schedule "
"dimensions values, which should be isolated. Consequently, the "
"number of its dimensions should be greater than or equal to the "
"number of the schedule dimensions.");
More information about the llvm-commits
mailing list