mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-25 05:15:58 +00:00
Turn optimize cmps on by default so that we can get some testing by the nightly
ARM testers. llvm-svn: 110718
This commit is contained in:
parent
17606414a4
commit
0acc8f8a02
@ -54,7 +54,7 @@ STATISTIC(NumReuse, "Number of extension results reused");
|
||||
|
||||
// Optimize Comparisons
|
||||
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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user