Skip to content

Commit

Permalink
Fix uninitialized field post PR #74970
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrofin committed Dec 11, 2023
1 parent fdb13cf commit a52ac7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using LoadStorePair = std::pair<Instruction *, Instruction *>;
/// instrumentation pass.
class InstrProfilingLoweringPass
: public PassInfoMixin<InstrProfilingLoweringPass> {
const InstrProfOptions Options;
const InstrProfOptions Options = {};
// Is this lowering for the context-sensitive instrumentation.
const bool IsCS = false;

Expand Down

0 comments on commit a52ac7f

Please sign in to comment.