Give -loop-vectorize an explicit default.

This way, clang -mllvm -print-options shows that the driver is overriding it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176569 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrew Trick 2013-03-06 18:22:22 +00:00
parent 985dac6579
commit 122136b119

View 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>