Enable noalias metadata by default and swap the order of the SLP and Loop vectorizers...
[oota-llvm.git] / lib / Transforms / Utils / InlineFunction.cpp
index f2930dcd61dadba5af305dc0d30cb5675e4bde90..935d6b813e6fa96ed57df629fd2f3ae952667c1e 100644 (file)
@@ -42,7 +42,7 @@
 using namespace llvm;
 
 static cl::opt<bool>
-EnableNoAliasConversion("enable-noalias-to-md-conversion", cl::init(false),
+EnableNoAliasConversion("enable-noalias-to-md-conversion", cl::init(true),
   cl::Hidden,
   cl::desc("Convert noalias attributes to metadata during inlining."));