[llvm] r174709 - Test Commit

Michael Kuperstein michael.m.kuperstein at intel.com
Fri Feb 8 04:58:29 PST 2013


Author: mkuper
Date: Fri Feb  8 06:58:29 2013
New Revision: 174709

URL: http://llvm.org/viewvc/llvm-project?rev=174709&view=rev
Log:
Test Commit

Modified:
    llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp

Modified: llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp?rev=174709&r1=174708&r2=174709&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp Fri Feb  8 06:58:29 2013
@@ -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.





More information about the llvm-commits mailing list