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 authored and VitaNuo committed Sep 12, 2024
1 parent 98a21cb commit 54bd8e5
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 54bd8e5

Please sign in to comment.