summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-09-19 21:01:26 +0000
committerOwen Anderson <resistor@mac.com>2010-09-19 21:01:26 +0000
commit7b8d2ae9129a68dfb058f209f2fec4db032639cf (patch)
tree0c99ecb808c5bec98b1d7737cb255fc0812b9bd9 /llvm/lib/CodeGen
parentff82f8a35b5358aebdd61dcf9c90b67df8205bc6 (diff)
downloadbcm5719-llvm-7b8d2ae9129a68dfb058f209f2fec4db032639cf.tar.gz
bcm5719-llvm-7b8d2ae9129a68dfb058f209f2fec4db032639cf.zip
Revert r114312 while I sort out some issues.
llvm-svn: 114313
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index f4b961569b4..c9c4d91e973 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -46,7 +46,7 @@ STATISTIC(OpsNarrowed , "Number of load/op/store narrowed");
namespace {
static cl::opt<bool>
- 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<bool>
OpenPOWER on IntegriCloud