From: Tobias Grosser Date: Wed, 22 Oct 2014 23:26:48 +0000 (+0000) Subject: Fix typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d5c6c71d1b0f5cadce18735e624d35f229e7d22;p=platform%2Fupstream%2Fllvm.git Fix typo llvm-svn: 220446 --- diff --git a/polly/lib/Analysis/Dependences.cpp b/polly/lib/Analysis/Dependences.cpp index b824743..2db2b00 100644 --- a/polly/lib/Analysis/Dependences.cpp +++ b/polly/lib/Analysis/Dependences.cpp @@ -188,7 +188,7 @@ void Dependences::addPrivatizationDependences() { // 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));