File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -209,17 +209,6 @@ class AMDGPUCodeGenPassBuilder
209
209
// / \param Phase The phase of register allocation to add.
210
210
template <typename PreferredRegAllocPassT>
211
211
void addRegAlloc (AddMachinePass &, RegAllocPhase Phase) const ;
212
-
213
- // instantiate the template for each phase
214
- // / Add the register allocation pass for given filter func and type
215
- // / (greedy/fast).
216
- // / @param Type If RegAllocType::Default, add according to the optimization
217
- // / level.
218
- // void addRegAllocPass(AddMachinePass &, RegAllocType Type,
219
- // RegAllocFilterFunc FilterFunc) const;
220
- void addSGPRRegAlloc (AddMachinePass &, bool Optimized) const ;
221
- void addWWMRegAlloc (AddMachinePass &, bool Optimized) const ;
222
- void addVGPRRegAlloc (AddMachinePass &, bool Optimized) const ;
223
212
};
224
213
225
214
} // end namespace llvm
You can’t perform that action at this time.
0 commit comments