Test Commit
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Fri, 8 Feb 2013 12:58:29 +0000 (12:58 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Fri, 8 Feb 2013 12:58:29 +0000 (12:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174709 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index 32fcb8fb7ab3b7939ecb1b04e51f898a37b1d9de..91d565976ad258cc6fff83768de10009cdc807e5 100644 (file)
@@ -32,7 +32,7 @@
 //  D. Nuzman and R. Henderson. Multi-platform Auto-vectorization.
 //
 // Variable uniformity checks are inspired by:
 //  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.
 //
 // Other ideas/concepts are from:
 //  A. Zaks and D. Nuzman. Autovectorization in GCC-two years later.