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 fd02a46 commit c447e5dCopy full SHA for c447e5d
llvm/include/llvm/Analysis/BranchProbabilityInfo.h
@@ -179,7 +179,7 @@ class BranchProbabilityInfo {
179
DenseMap<Edge, BranchProbability> Probs;
180
181
/// Track the last function we run over for printing.
182
- const Function *LastF;
+ const Function *LastF = nullptr;
183
184
/// Track the set of blocks directly succeeded by a returning block.
185
SmallPtrSet<const BasicBlock *, 16> PostDominatedByUnreachable;
0 commit comments