aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-28 07:46:38 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-28 07:46:38 +0000
commite526d8a95568f356d68b601f6037125dde8078ed (patch)
treef77d176ea257d8662d208c1f89319e5522f91fd8 /lib/Target
parent643afa55e72835e5e17c9f33876b883469d56814 (diff)
downloadexternal_llvm-e526d8a95568f356d68b601f6037125dde8078ed.zip
external_llvm-e526d8a95568f356d68b601f6037125dde8078ed.tar.gz
external_llvm-e526d8a95568f356d68b601f6037125dde8078ed.tar.bz2
Set to default: x86 no longer fold and into test if it has more than one use.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47711 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 75e9fae..aa45ab8 100644
--- a/lib/Target/X86/X86ISelDAGToDAG.cpp
+++ b/lib/Target/X86/X86ISelDAGToDAG.cpp
@@ -48,7 +48,7 @@ namespace {
static cl::opt<bool>
AlwaysFoldAndInTest("always-fold-and-in-test",
cl::desc("Always fold and operation in test"),
- cl::init(true), cl::Hidden);
+ cl::init(false), cl::Hidden);
}
//===----------------------------------------------------------------------===//