diff options
| author | Michael Kruse <llvm@meinersbur.de> | 2017-04-03 12:03:38 +0000 | 
|---|---|---|
| committer | Michael Kruse <llvm@meinersbur.de> | 2017-04-03 12:03:38 +0000 | 
| commit | 6e7854a560c6d98590a63ea968cf825ab8782c93 (patch) | |
| tree | 59cc3a79b676b24ef67068e974b17ba696f8726c | |
| parent | 3d2c10d941844e5abec6e5058de90ed132d4f145 (diff) | |
| download | bcm5719-llvm-6e7854a560c6d98590a63ea968cf825ab8782c93.tar.gz bcm5719-llvm-6e7854a560c6d98590a63ea968cf825ab8782c93.zip  | |
[ScopInfo] Fix typos in option description.
llvm-svn: 299356
| -rw-r--r-- | polly/lib/Analysis/ScopInfo.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Analysis/ScopInfo.cpp b/polly/lib/Analysis/ScopInfo.cpp index 49c086fabcd..cfc229709cc 100644 --- a/polly/lib/Analysis/ScopInfo.cpp +++ b/polly/lib/Analysis/ScopInfo.cpp @@ -155,8 +155,8 @@ static cl::opt<bool> PollyIgnoreParamBounds(  static cl::opt<bool> PollyPreciseFoldAccesses(      "polly-precise-fold-accesses", -    cl::desc("Fold memory accesses to modele more possible delinearizations " -             "(do not scale well)"), +    cl::desc("Fold memory accesses to model more possible delinearizations " +             "(does not scale well)"),      cl::Hidden, cl::init(false), cl::cat(PollyCategory));  //===----------------------------------------------------------------------===//  | 

