aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-20 02:29:17 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-20 02:29:17 +0000
commit79964fdbaf11877c463d081ae3ffdc7a540f54c2 (patch)
tree81ec318438acd27148477a9390bf5785e2dba6f6 /lib/Target
parent9d4879f364ddbde899e81f96891ddc9819ba3be5 (diff)
downloadexternal_llvm-79964fdbaf11877c463d081ae3ffdc7a540f54c2.zip
external_llvm-79964fdbaf11877c463d081ae3ffdc7a540f54c2.tar.gz
external_llvm-79964fdbaf11877c463d081ae3ffdc7a540f54c2.tar.bz2
Disable for now. This is pessimizing code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/X86/X86ISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelDAGToDAG.cpp b/lib/Target/X86/X86ISelDAGToDAG.cpp
index db0c721..fa08272 100644
--- a/lib/Target/X86/X86ISelDAGToDAG.cpp
+++ b/lib/Target/X86/X86ISelDAGToDAG.cpp
@@ -47,7 +47,7 @@ STATISTIC(NumLoadMoved, "Number of loads moved below TokenFactor");
namespace {
static cl::opt<bool>
FoldAndInTest("x86-fold-and-in-test", cl::desc("Fold and operation in test"),
- cl::init(true), cl::Hidden);
+ cl::init(false), cl::Hidden);
}
//===----------------------------------------------------------------------===//