We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754ff0f commit 89a080cCopy full SHA for 89a080c
llvm/lib/Transforms/Utils/MisExpect.cpp
@@ -59,9 +59,10 @@ static cl::opt<bool> PGOWarnMisExpect(
59
cl::desc("Use this option to turn on/off "
60
"warnings about incorrect usage of llvm.expect intrinsics."));
61
62
+// Command line option for setting the diagnostic tolerance threshold
63
static cl::opt<uint32_t> MisExpectTolerance(
64
"misexpect-tolerance", cl::init(0),
- cl::desc("Prevents emiting diagnostics when profile counts are "
65
+ cl::desc("Prevents emitting diagnostics when profile counts are "
66
"within N% of the threshold.."));
67
68
} // namespace llvm
0 commit comments