commit | 5fe199233a2ed1a430cb6eccad0b5040c6004989 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Aug 10 20:49:33 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Aug 10 20:49:33 2010 +0000 |
tree | 13a43be8e56118b8d4869ca208d2b2746b83f80a | |
parent | eedebc5addde40edf5fe43c89bef153e0541d4c3 [diff] [blame] |
Revert r110718; it broke clang-i386-darwin9. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110726 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/PeepholeOptimizer.cpp b/lib/CodeGen/PeepholeOptimizer.cpp index 96a2b6e..7ed41f4 100644 --- a/lib/CodeGen/PeepholeOptimizer.cpp +++ b/lib/CodeGen/PeepholeOptimizer.cpp
@@ -54,7 +54,7 @@ // Optimize Comparisons static cl::opt<bool> -EnableOptCmps("enable-optimize-cmps", cl::init(true), cl::Hidden); +EnableOptCmps("enable-optimize-cmps", cl::init(false), cl::Hidden); STATISTIC(NumEliminated, "Number of compares eliminated");