commit | 0dcc8142766b3c55915eb9c2d404bdea6bb0f7dd | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Sun Sep 19 21:01:26 2010 +0000 |
committer | Owen Anderson <resistor@mac.com> | Sun Sep 19 21:01:26 2010 +0000 |
tree | da6aa3a83a11cd13699f7826afffc3043124456b | |
parent | d910fb2f12782d8636950baaccbf43bd046e828f [diff] [blame] |
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 f4b9615..c9c4d91 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -46,7 +46,7 @@ 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>