[polly] r239725 - Orthography: substracting -> subtracting

Michael Kruse llvm at meinersbur.de
Mon Jun 15 03:52:28 PDT 2015


Author: meinersbur
Date: Mon Jun 15 05:52:28 2015
New Revision: 239725

URL: http://llvm.org/viewvc/llvm-project?rev=239725&view=rev
Log:
Orthography: substracting -> subtracting

This is a test commit for being granted commit-after-approval access.

Modified:
    polly/trunk/lib/Analysis/DependenceInfo.cpp

Modified: polly/trunk/lib/Analysis/DependenceInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/DependenceInfo.cpp?rev=239725&r1=239724&r2=239725&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/DependenceInfo.cpp (original)
+++ polly/trunk/lib/Analysis/DependenceInfo.cpp Mon Jun 15 05:52:28 2015
@@ -351,7 +351,7 @@ void Dependences::calculateDependences(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





More information about the llvm-commits mailing list