Skip to content

Commit

Permalink
Attempt to fix [CGData][MachineOutliner] Global Outlining (llvm#90074)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyulee-com committed Sep 10, 2024
1 parent dfd7284 commit 184d728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/CodeGen/MachineOutliner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ struct MachineOutliner : public ModulePass {
void getAnalysisUsage(AnalysisUsage &AU) const override {
AU.addRequired<MachineModuleInfoWrapperPass>();
AU.addPreserved<MachineModuleInfoWrapperPass>();
AU.addRequired<ImmutableModuleSummaryIndexWrapperPass>();
AU.addUsedIfAvailable<ImmutableModuleSummaryIndexWrapperPass>();
AU.setPreservesAll();
ModulePass::getAnalysisUsage(AU);
}
Expand Down

0 comments on commit 184d728

Please sign in to comment.