mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
[TI removal] Generically discuss terminators rather than use the soon to
vanish subclass name. llvm-svn: 344728
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user