Orthography: substracting -> subtracting
authorMichael Kruse <llvm@meinersbur.de>
Mon, 15 Jun 2015 10:52:28 +0000 (10:52 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Mon, 15 Jun 2015 10:52:28 +0000 (10:52 +0000)
This is a test commit for being granted commit-after-approval access.

llvm-svn: 239725

polly/lib/Analysis/DependenceInfo.cpp

index c19531e..66a55af 100644 (file)
@@ -351,7 +351,7 @@ void Dependences::calculateDependences(Scop &S) {
   // 2) Intersect them with the actual RAW & WAW dependences to the get the
   //    actual reduction dependences. This will ensure the load/store memory
   //    addresses were __identical__ in the two iterations of the statement.
-  // 3) Relax the original RAW and WAW dependences by substracting the actual
+  // 3) Relax the original RAW and WAW dependences by subtracting the actual
   //    reduction dependences. Binary reductions (sum += A[i]) cause both, and
   //    the same, RAW and WAW dependences.
   // 4) Add the privatization dependences which are widened versions of