Skip to content

Commit ff3ebf3

Browse files
committed
cleanup drafts
1 parent 3be94ae commit ff3ebf3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -209,17 +209,6 @@ class AMDGPUCodeGenPassBuilder
209209
/// \param Phase The phase of register allocation to add.
210210
template <typename PreferredRegAllocPassT>
211211
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;
223212
};
224213

225214
} // end namespace llvm

0 commit comments

Comments
 (0)