This is an archive of the discontinued LLVM Phabricator instance.

[ModuleInliner] Initialize variables (NFC)
ClosedPublic

Authored by kazu on Dec 2 2022, 12:53 PM.

Details

Summary

This patch initializes all class variables in InlineOrder.cpp for
safety just in case we miss them in constructors. Currently, all
these variables are properly initialized in their respective
constructors.

Diff Detail

Event Timeline

kazu created this revision.Dec 2 2022, 12:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 12:53 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
kazu requested review of this revision.Dec 2 2022, 12:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 12:53 PM
mtrofin accepted this revision.Dec 2 2022, 1:06 PM
This revision is now accepted and ready to land.Dec 2 2022, 1:06 PM
This revision was landed with ongoing or failed builds.Dec 2 2022, 1:31 PM
This revision was automatically updated to reflect the committed changes.