Didn't mean to commit this.
authorBill Wendling <isanbard@gmail.com>
Thu, 18 Dec 2008 22:19:50 +0000 (22:19 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 18 Dec 2008 22:19:50 +0000 (22:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61222 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/GVN.cpp

index 236cc8ac37f65e18a3a636dfe22752bad5ca5ab0..6e532630c7b254f6667fe3e370788c109b925998 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