aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
diff options
context:
space:
mode:
authorMichael Kuperstein <michael.m.kuperstein@intel.com>2013-02-08 12:58:29 +0000
committerMichael Kuperstein <michael.m.kuperstein@intel.com>2013-02-08 12:58:29 +0000
commitbcf60de5eb05e255f0c1bcf7ce26125c57026b65 (patch)
tree2f2dd0eff7703b6c458eaf837b713b1c77041c7a /lib/Transforms
parentbaad55c3ab85d57003e9711084f1a95fcab76fdf (diff)
downloadexternal_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.cpp2
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.