diff options
| author | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2013-02-08 12:58:29 +0000 |
|---|---|---|
| committer | Michael Kuperstein <michael.m.kuperstein@intel.com> | 2013-02-08 12:58:29 +0000 |
| commit | f63b77be7ffaab903609793154871600c786b632 (patch) | |
| tree | 8149bcf555a71f19228765bdc9247eb1d08f233f /llvm/lib/Transforms | |
| parent | 60a8e5b9b74c1991070e63cdfd53e175e918e391 (diff) | |
| download | bcm5719-llvm-f63b77be7ffaab903609793154871600c786b632.tar.gz bcm5719-llvm-f63b77be7ffaab903609793154871600c786b632.zip | |
Test Commit
llvm-svn: 174709
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp index 32fcb8fb7ab..91d565976ad 100644 --- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp @@ -32,7 +32,7 @@ // D. Nuzman and R. Henderson. Multi-platform Auto-vectorization. // // Variable uniformity checks are inspired by: -// Karrenberg, R. and Hack, S. Whole Function Vectorization. +// Karrenberg, R. and Hack, S. Whole Function Vectorization. // // Other ideas/concepts are from: // A. Zaks and D. Nuzman. Autovectorization in GCC-two years later. |

