Test Commit
[oota-llvm.git] / 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:
-// 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.