Enable GVN Load PRE.
authorBill Wendling <isanbard@gmail.com>
Fri, 29 May 2009 20:38:16 +0000 (20:38 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 29 May 2009 20:38:16 +0000 (20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72589 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/GVN.cpp

index f71f9d8c182c19ccb999d0974460b7d45690c384..810ef6b5622de248db5520895c823405aa89ca18 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