[polly] r262649 - tests: Fix some spelling mistakes
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 11:51:03 PST 2016
Author: grosser
Date: Thu Mar 3 13:51:03 2016
New Revision: 262649
URL: http://llvm.org/viewvc/llvm-project?rev=262649&view=rev
Log:
tests: Fix some spelling mistakes
Modified:
polly/trunk/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll
Modified: polly/trunk/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll?rev=262649&r1=262648&r2=262649&view=diff
==============================================================================
--- polly/trunk/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll (original)
+++ polly/trunk/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll Thu Mar 3 13:51:03 2016
@@ -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]
More information about the llvm-commits
mailing list