Disable for now. This is pessimizing code.

llvm-svn: 47354
This commit is contained in:
Evan Cheng 2008-02-20 02:29:17 +00:00
parent 28b341cbf5
commit e9708c997f

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