From: Owen Anderson Date: Sun, 19 Sep 2010 21:01:26 +0000 (+0000) Subject: Revert r114312 while I sort out some issues. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0dcc8142766b3c55915eb9c2d404bdea6bb0f7dd;p=oota-llvm.git Revert r114312 while I sort out some issues. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114313 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index f4b961569b4..c9c4d91e973 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -46,7 +46,7 @@ STATISTIC(OpsNarrowed , "Number of load/op/store narrowed"); namespace { static cl::opt - CombinerAA("combiner-alias-analysis", cl::init(true), cl::Hidden, + CombinerAA("combiner-alias-analysis", cl::Hidden, cl::desc("Turn on alias analysis during testing")); static cl::opt