1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[CSSPGO][NFC] Allow cl::ZeroOrMore for use-iterative-bfi-inference

This commit is contained in:
Wenlei He 2021-07-18 12:13:30 -07:00
parent fac82d2674
commit 931e744998

View File

@ -48,7 +48,7 @@ cl::opt<bool> CheckBFIUnknownBlockQueries(
"for debugging missed BFI updates")); "for debugging missed BFI updates"));
cl::opt<bool> UseIterativeBFIInference( 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::desc("Apply an iterative post-processing to infer correct BFI counts"));
cl::opt<unsigned> IterativeBFIMaxIterationsPerBlock( cl::opt<unsigned> IterativeBFIMaxIterationsPerBlock(