summaryrefslogtreecommitdiff
path: root/polly
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2018-10-18 07:43:30 +0000
committerChandler Carruth <chandlerc@gmail.com>2018-10-18 07:43:30 +0000
commit917dbbc86c031090f32ee380b72d4d005b1853d2 (patch)
tree0ac8e47b1a8edc1ce02f7bfc115b8b9397055848 /polly
parent59abe0dc50f045b1eafd6c79dbfdef9a65f7cff9 (diff)
[TI removal] Generically discuss terminators rather than use the soon to
vanish subclass name.
Diffstat (limited to 'polly')
-rw-r--r--polly/lib/Analysis/ScopBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopBuilder.cpp b/polly/lib/Analysis/ScopBuilder.cpp
index c1918f5b866..fe55c596058 100644
--- a/polly/lib/Analysis/ScopBuilder.cpp
+++ b/polly/lib/Analysis/ScopBuilder.cpp
@@ -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.