[TI removal] Generically discuss terminators rather than use the soon to

vanish subclass name.

llvm-svn: 344728
This commit is contained in:
Chandler Carruth 2018-10-18 07:43:30 +00:00
parent 7d832f3650
commit 11b89c56cc
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ void ScopBuilder::buildAccessFunctions(ScopStmt *Stmt, BasicBlock &BB,
buildMemoryAccess(MemInst, Stmt);
}
// PHI nodes have already been modeled above and TerminatorInsts that are
// PHI nodes have already been modeled above and terminators that are
// not part of a non-affine subregion are fully modeled and regenerated
// from the polyhedral domains. Hence, they do not need to be modeled as
// explicit data dependences.