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.
2 parents 0bb4e3a + 880bd37 commit 2ba5591Copy full SHA for 2ba5591
bolt/lib/Rewrite/PseudoProbeRewriter.cpp
@@ -93,8 +93,7 @@ class PseudoProbeRewriter final : public MetadataRewriter {
93
};
94
95
Error PseudoProbeRewriter::preCFGInitializer() {
96
- if (opts::ProfileWritePseudoProbes ||
97
- opts::StaleMatchingWithPseudoProbes)
+ if (opts::ProfileWritePseudoProbes || opts::StaleMatchingWithPseudoProbes)
98
parsePseudoProbe(opts::ProfileWritePseudoProbes);
99
100
return Error::success();
0 commit comments