llvm-svn: 243829
This commit is contained in:
Tobias Grosser 2015-08-01 06:26:51 +00:00
parent e5c8787521
commit d3f21833b9
1 changed files with 1 additions and 1 deletions

View File

@ -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();