File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
IGC/VectorCompiler/lib/GenXCodeGen Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,6 @@ void initializeGenXFunctionPointersLoweringPass(PassRegistry &);
107
107
INITIALIZE_PASS_BEGIN (GenXFunctionPointersLowering,
108
108
" GenXFunctionPointersLowering" ,
109
109
" GenXFunctionPointersLowering" , false , false )
110
- INITIALIZE_PASS_DEPENDENCY(FunctionGroupAnalysis)
111
- INITIALIZE_PASS_DEPENDENCY(GenXModule)
112
110
INITIALIZE_PASS_END(GenXFunctionPointersLowering,
113
111
" GenXFunctionPointersLowering" ,
114
112
" GenXFunctionPointersLowering" , false , false )
@@ -122,9 +120,6 @@ ModulePass *llvm::createGenXFunctionPointersLoweringPass() {
122
120
}
123
121
124
122
void GenXFunctionPointersLowering::getAnalysisUsage (AnalysisUsage &AU) const {
125
- ModulePass::getAnalysisUsage (AU);
126
- AU.addRequired <FunctionGroupAnalysis>();
127
- AU.addRequired <GenXModule>();
128
123
AU.setPreservesCFG ();
129
124
}
130
125
You can’t perform that action at this time.
0 commit comments