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) {
49
49
return finalizeLinkage (M);
50
50
}
51
51
52
- void DXILFinalizeLinkageLegacy::getAnalysisUsage (
53
- AnalysisUsage &AU) const {
52
+ void DXILFinalizeLinkageLegacy::getAnalysisUsage (AnalysisUsage &AU) const {
54
53
AU.addPreserved <DXILResourceWrapperPass>();
55
54
}
56
55
Original file line number Diff line number Diff line change @@ -441,8 +441,7 @@ bool DXILIntrinsicExpansionLegacy::runOnModule(Module &M) {
441
441
return expansionIntrinsics (M);
442
442
}
443
443
444
- void DXILIntrinsicExpansionLegacy::getAnalysisUsage (
445
- AnalysisUsage &AU) const {
444
+ void DXILIntrinsicExpansionLegacy::getAnalysisUsage (AnalysisUsage &AU) const {
446
445
AU.addPreserved <DXILResourceWrapperPass>();
447
446
}
448
447
You can’t perform that action at this time.
0 commit comments