projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d910fb2
)
Revert r114312 while I sort out some issues.
author
Owen Anderson
<resistor@mac.com>
Sun, 19 Sep 2010 21:01:26 +0000
(21:01 +0000)
committer
Owen Anderson
<resistor@mac.com>
Sun, 19 Sep 2010 21:01:26 +0000
(21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114313
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index f4b961569b44a25306f430df925329085a6aff68..c9c4d91e973610487a8149e843d45f2e5438c474 100644
(file)
--- 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<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>