summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-08-01 06:26:51 +0000
committerTobias Grosser <tobias@grosser.es>2015-08-01 06:26:51 +0000
commitd3f21833b90055ec18c82c2736b80eb44d39e3b9 (patch)
treeb0077ded4da3c5f0be6045a472223ab57e6e937a
parente5c878752167e2b94573fd391a3580bd2e60295f (diff)
downloadbcm5719-llvm-d3f21833b90055ec18c82c2736b80eb44d39e3b9.tar.gz
bcm5719-llvm-d3f21833b90055ec18c82c2736b80eb44d39e3b9.zip
Fix typo
llvm-svn: 243829
-rw-r--r--polly/lib/CodeGen/BlockGenerators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/BlockGenerators.cpp b/polly/lib/CodeGen/BlockGenerators.cpp
index 7764d82e0ad..b136d675e66 100644
--- a/polly/lib/CodeGen/BlockGenerators.cpp
+++ b/polly/lib/CodeGen/BlockGenerators.cpp
@@ -974,7 +974,7 @@ BasicBlock *RegionGenerator::repairDominance(BasicBlock *BB,
void RegionGenerator::copyStmt(ScopStmt &Stmt, ValueMapT &GlobalMap,
LoopToScevMapT &LTS) {
assert(Stmt.isRegionStmt() &&
- "Only region statements can be copied by the block generator");
+ "Only region statements can be copied by the region generator");
// Forget all old mappings.
BlockMap.clear();
OpenPOWER on IntegriCloud