[polly] r344728 - [TI removal] Generically discuss terminators rather than use the soon to
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 18 00:43:30 PDT 2018
Author: chandlerc
Date: Thu Oct 18 00:43:30 2018
New Revision: 344728
URL: http://llvm.org/viewvc/llvm-project?rev=344728&view=rev
Log:
[TI removal] Generically discuss terminators rather than use the soon to
vanish subclass name.
Modified:
polly/trunk/lib/Analysis/ScopBuilder.cpp
Modified: polly/trunk/lib/Analysis/ScopBuilder.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopBuilder.cpp?rev=344728&r1=344727&r2=344728&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopBuilder.cpp (original)
+++ polly/trunk/lib/Analysis/ScopBuilder.cpp Thu Oct 18 00:43:30 2018
@@ -979,7 +979,7 @@ void ScopBuilder::buildAccessFunctions(S
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.
More information about the llvm-commits
mailing list