mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-15 21:24:00 +00:00
Revert r110718; it broke clang-i386-darwin9.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110726 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -54,7 +54,7 @@ STATISTIC(NumReuse, "Number of extension results reused");
|
|||||||
|
|
||||||
// Optimize Comparisons
|
// Optimize Comparisons
|
||||||
static cl::opt<bool>
|
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");
|
STATISTIC(NumEliminated, "Number of compares eliminated");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user