diff options
author | Michael Kruse <llvm@meinersbur.de> | 2017-06-08 12:06:15 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2017-06-08 12:06:15 +0000 |
commit | a6d48f59a16f7cac43e55a346a7fed2de053cc13 (patch) | |
tree | 6b6f83e8139ae7d4511d4be1daf530cc3a42c671 /polly/lib/CodeGen/CodeGeneration.cpp | |
parent | 631109c09caf71f3677469f722cfd6f476ff9f62 (diff) | |
download | bcm5719-llvm-a6d48f59a16f7cac43e55a346a7fed2de053cc13.tar.gz bcm5719-llvm-a6d48f59a16f7cac43e55a346a7fed2de053cc13.zip |
Fix a lot of typos. NFC.
llvm-svn: 304974
Diffstat (limited to 'polly/lib/CodeGen/CodeGeneration.cpp')
-rw-r--r-- | polly/lib/CodeGen/CodeGeneration.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/CodeGeneration.cpp b/polly/lib/CodeGen/CodeGeneration.cpp index aad2ca131fd..b60cc7cd246 100644 --- a/polly/lib/CodeGen/CodeGeneration.cpp +++ b/polly/lib/CodeGen/CodeGeneration.cpp @@ -10,7 +10,7 @@ // The CodeGeneration pass takes a Scop created by ScopInfo and translates it // back to LLVM-IR using the ISL code generator. // -// The Scop describes the high level memory behaviour of a control flow region. +// The Scop describes the high level memory behavior of a control flow region. // Transformation passes can update the schedule (execution order) of statements // in the Scop. ISL is used to generate an abstract syntax tree that reflects // the updated execution order. This clast is used to create new LLVM-IR that is @@ -253,7 +253,7 @@ public: CodeGeneration() : ScopPass(ID) {} - /// The datalayout used + /// The data layout used. const DataLayout *DL; /// @name The analysis passes we need to generate code. |