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 | bcf60de5eb05e255f0c1bcf7ce26125c57026b65 (patch) | |
tree | 2f2dd0eff7703b6c458eaf837b713b1c77041c7a /lib/Transforms | |
parent | baad55c3ab85d57003e9711084f1a95fcab76fdf (diff) | |
download | external_llvm-bcf60de5eb05e255f0c1bcf7ce26125c57026b65.zip external_llvm-bcf60de5eb05e255f0c1bcf7ce26125c57026b65.tar.gz external_llvm-bcf60de5eb05e255f0c1bcf7ce26125c57026b65.tar.bz2 |
Test Commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r-- | lib/Transforms/Vectorize/LoopVectorize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Vectorize/LoopVectorize.cpp b/lib/Transforms/Vectorize/LoopVectorize.cpp index 32fcb8f..91d5659 100644 --- a/lib/Transforms/Vectorize/LoopVectorize.cpp +++ b/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. |