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)
llvm-svn: 174709

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

index 32fcb8f..91d5659 100644 (file)
@@ -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.