Give -loop-vectorize an explicit default.
[oota-llvm.git] / lib / Transforms / IPO / PassManagerBuilder.cpp
index 47b2b51899c6563349c9bd5977fc4b4b3c65b6a9..8c0ab78ba4bedda1cfcde3c3ebe076d97bd151bd 100644 (file)
@@ -29,7 +29,7 @@
 using namespace llvm;
 
 static cl::opt<bool>
-RunLoopVectorization("vectorize-loops",
+RunLoopVectorization("vectorize-loops", cl::init(false),
                      cl::desc("Run the Loop vectorization passes"));
 
 static cl::opt<bool>