Disable for now. This is pessimizing code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2008-02-20 02:29:17 +00:00
parent 9d4879f364
commit 79964fdbaf

View File

@ -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);
}
//===----------------------------------------------------------------------===//