From 2880f10aa4cb9507fe9076cc3d2ffc4733c577a5 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Thu, 3 Mar 2016 19:51:03 +0000 Subject: [PATCH] tests: Fix some spelling mistakes llvm-svn: 262649 --- polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll b/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll index b09b80a..97a5417 100644 --- a/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll +++ b/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll @@ -3,7 +3,7 @@ ; Check that we do not consolidate the invariant loads to smp[order - 1] and ; smp[order - 2] in the blocks %0 and %16. While they have the same pointer ; operand (SCEV) they do not have the same access relation due to the -; instanciation of "order" from their domain. +; instantiation of "order" from their domain. ; ; CHECK: Invariant Accesses: { ; CHECK-NEXT: ReadAccess := [Reduction Type: NONE] [Scalar: 0] -- 2.7.4