Mistakenly turned this on.
authorBill Wendling <isanbard@gmail.com>
Sun, 8 Feb 2009 01:32:00 +0000 (01:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 8 Feb 2009 01:32:00 +0000 (01:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64065 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/GVN.cpp

index 308264a620de39662b51d53abd10dc17581107df..9c7f9041068b6877c007b197959f389a554c94ad 100644 (file)
@@ -48,7 +48,7 @@ STATISTIC(NumPRELoad,   "Number of loads PRE'd");
 
 static cl::opt<bool> EnablePRE("enable-pre",
                                cl::init(true), cl::Hidden);
-cl::opt<bool> EnableLoadPRE("enable-load-pre", cl::init(true));
+cl::opt<bool> EnableLoadPRE("enable-load-pre"/*, cl::init(true)*/);
 
 //===----------------------------------------------------------------------===//
 //                         ValueTable Class