mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 00:24:00 +00:00
Change if-cvt options to something that actually as useable.
llvm-svn: 107121
This commit is contained in:
parent
aed0823a7c
commit
9883684f03
@ -29,12 +29,14 @@
|
|||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
static cl::opt<unsigned>
|
static cl::opt<unsigned>
|
||||||
IfCvtLimit("thumb2-ifcvt-limit (default 3)",
|
IfCvtLimit("thumb2-ifcvt-limit", cl::Hidden,
|
||||||
cl::Hidden, cl::init(3));
|
cl::desc("Thumb2 if-conversion limit (default 3)"),
|
||||||
|
cl::init(3));
|
||||||
|
|
||||||
static cl::opt<unsigned>
|
static cl::opt<unsigned>
|
||||||
IfCvtDiamondLimit("thumb2-ifcvt-diamond-limit (default 3)",
|
IfCvtDiamondLimit("thumb2-ifcvt-diamond-limit", cl::Hidden,
|
||||||
cl::Hidden, cl::init(3));
|
cl::desc("Thumb2 diamond if-conversion limit (default 3)"),
|
||||||
|
cl::init(3));
|
||||||
|
|
||||||
Thumb2InstrInfo::Thumb2InstrInfo(const ARMSubtarget &STI)
|
Thumb2InstrInfo::Thumb2InstrInfo(const ARMSubtarget &STI)
|
||||||
: ARMBaseInstrInfo(STI), RI(*this, STI) {
|
: ARMBaseInstrInfo(STI), RI(*this, STI) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user