forked from OSchip/llvm-project
[TI removal] Generically discuss terminators rather than use the soon to
vanish subclass name. llvm-svn: 344728
This commit is contained in:
parent
7d832f3650
commit
11b89c56cc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue