File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ bool DXILFinalizeLinkageLegacy::runOnModule(Module &M) {
4949 return finalizeLinkage (M);
5050}
5151
52- void DXILFinalizeLinkageLegacy::getAnalysisUsage (
53- AnalysisUsage &AU) const {
52+ void DXILFinalizeLinkageLegacy::getAnalysisUsage (AnalysisUsage &AU) const {
5453 AU.addPreserved <DXILResourceWrapperPass>();
5554}
5655
Original file line number Diff line number Diff line change @@ -441,8 +441,7 @@ bool DXILIntrinsicExpansionLegacy::runOnModule(Module &M) {
441441 return expansionIntrinsics (M);
442442}
443443
444- void DXILIntrinsicExpansionLegacy::getAnalysisUsage (
445- AnalysisUsage &AU) const {
444+ void DXILIntrinsicExpansionLegacy::getAnalysisUsage (AnalysisUsage &AU) const {
446445 AU.addPreserved <DXILResourceWrapperPass>();
447446}
448447
You can’t perform that action at this time.
0 commit comments