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 d3f9f51 commit a7629a2Copy full SHA for a7629a2
llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h
@@ -62,7 +62,7 @@ class PseudoProbeVerifier {
62
63
private:
64
// Allow a little bias due the rounding to integral factors.
65
- constexpr static float DistributionFactorVariance = 0.02;
+ constexpr static float DistributionFactorVariance = 0.02f;
66
// Distribution factors from last pass.
67
FuncProbeFactorMap FunctionProbeFactors;
68
0 commit comments