mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[CSSPGO][NFC] Allow cl::ZeroOrMore for use-iterative-bfi-inference
This commit is contained in:
parent
fac82d2674
commit
931e744998
@ -48,7 +48,7 @@ cl::opt<bool> CheckBFIUnknownBlockQueries(
|
||||
"for debugging missed BFI updates"));
|
||||
|
||||
cl::opt<bool> UseIterativeBFIInference(
|
||||
"use-iterative-bfi-inference", cl::init(false), cl::Hidden,
|
||||
"use-iterative-bfi-inference", cl::init(false), cl::Hidden, cl::ZeroOrMore,
|
||||
cl::desc("Apply an iterative post-processing to infer correct BFI counts"));
|
||||
|
||||
cl::opt<unsigned> IterativeBFIMaxIterationsPerBlock(
|
||||
|
Loading…
Reference in New Issue
Block a user