forked from OSchip/llvm-project
parent
e5c8787521
commit
d3f21833b9
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue