diff options
| author | Tobias Grosser <tobias@grosser.es> | 2016-03-03 19:51:03 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2016-03-03 19:51:03 +0000 |
| commit | 2880f10aa4cb9507fe9076cc3d2ffc4733c577a5 (patch) | |
| tree | a5fdb26a2088cd379ec11756d51f3fb4f6e0f506 | |
| parent | b7270446cf0fdd7bb0b8aaedc31385d407db23ec (diff) | |
| download | bcm5719-llvm-2880f10aa4cb9507fe9076cc3d2ffc4733c577a5.tar.gz bcm5719-llvm-2880f10aa4cb9507fe9076cc3d2ffc4733c577a5.zip | |
tests: Fix some spelling mistakes
llvm-svn: 262649
| -rw-r--r-- | polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll b/polly/test/ScopInfo/invariant_load_distinct_parameter_valuations.ll index b09b80a21b4..97a5417d6d2 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] |

