[polly] r220446 - Fix typo
Tobias Grosser
tobias at grosser.es
Wed Oct 22 16:26:48 PDT 2014
Author: grosser
Date: Wed Oct 22 18:26:48 2014
New Revision: 220446
URL: http://llvm.org/viewvc/llvm-project?rev=220446&view=rev
Log:
Fix typo
Modified:
polly/trunk/lib/Analysis/Dependences.cpp
Modified: polly/trunk/lib/Analysis/Dependences.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/Dependences.cpp?rev=220446&r1=220445&r2=220446&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/Dependences.cpp (original)
+++ polly/trunk/lib/Analysis/Dependences.cpp Wed Oct 22 18:26:48 2014
@@ -188,7 +188,7 @@ void Dependences::addPrivatizationDepend
// FIXME: Apply the current schedule instead of assuming the identity schedule
// here. The current approach is only valid as long as we compute the
// dependences only with the initial (identity schedule). Any other
- // schedule could change "the direction of the backward depenendes" we
+ // schedule could change "the direction of the backward dependences" we
// want to eliminate here.
isl_union_set *UDeltas = isl_union_map_deltas(isl_union_map_copy(TC_RED));
isl_union_set *Universe = isl_union_set_universe(isl_union_set_copy(UDeltas));
More information about the llvm-commits
mailing list