diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-08-01 06:26:51 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-08-01 06:26:51 +0000 |
commit | d3f21833b90055ec18c82c2736b80eb44d39e3b9 (patch) | |
tree | b0077ded4da3c5f0be6045a472223ab57e6e937a | |
parent | e5c878752167e2b94573fd391a3580bd2e60295f (diff) | |
download | bcm5719-llvm-d3f21833b90055ec18c82c2736b80eb44d39e3b9.tar.gz bcm5719-llvm-d3f21833b90055ec18c82c2736b80eb44d39e3b9.zip |
Fix typo
llvm-svn: 243829
-rw-r--r-- | polly/lib/CodeGen/BlockGenerators.cpp | 2 |
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 <S) { 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(); |