mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Turn optimize cmps on by default so that we can get some testing by the nightly
ARM testers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6bf058c9aa
commit
a54e3cddce
@ -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(false), cl::Hidden);
|
EnableOptCmps("enable-optimize-cmps", cl::init(true), cl::Hidden);
|
||||||
|
|
||||||
STATISTIC(NumEliminated, "Number of compares eliminated");
|
STATISTIC(NumEliminated, "Number of compares eliminated");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user