From 1d5c6c71d1b0f5cadce18735e624d35f229e7d22 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Wed, 22 Oct 2014 23:26:48 +0000 Subject: [PATCH] Fix typo llvm-svn: 220446 --- polly/lib/Analysis/Dependences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.7.4