Revert this, as it seems to still be broken.

llvm-svn: 53627
This commit is contained in:
Owen Anderson 2008-07-15 17:59:02 +00:00
parent 176e2c519d
commit 24768e3dc4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ STATISTIC(NumGVNPRE, "Number of instructions PRE'd");
STATISTIC(NumGVNBlocks, "Number of blocks merged");
static cl::opt<bool> EnablePRE("enable-pre",
cl::init(true), cl::Hidden);
cl::init(false), cl::Hidden);
//===----------------------------------------------------------------------===//
// ValueTable Class