mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
Delete an unused function.
llvm-svn: 101263
This commit is contained in:
parent
45b0642839
commit
4fd4153d52
@ -62,8 +62,6 @@ public:
|
|||||||
|
|
||||||
virtual bool runOnMachineFunction(MachineFunction &MF);
|
virtual bool runOnMachineFunction(MachineFunction &MF);
|
||||||
|
|
||||||
unsigned MakeReg(EVT VT);
|
|
||||||
|
|
||||||
virtual void EmitFunctionEntryCode(Function &Fn, MachineFunction &MF) {}
|
virtual void EmitFunctionEntryCode(Function &Fn, MachineFunction &MF) {}
|
||||||
|
|
||||||
/// PreprocessISelDAG - This hook allows targets to hack on the graph before
|
/// PreprocessISelDAG - This hook allows targets to hack on the graph before
|
||||||
|
@ -180,10 +180,6 @@ SelectionDAGISel::~SelectionDAGISel() {
|
|||||||
delete FuncInfo;
|
delete FuncInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned SelectionDAGISel::MakeReg(EVT VT) {
|
|
||||||
return RegInfo->createVirtualRegister(TLI.getRegClassFor(VT));
|
|
||||||
}
|
|
||||||
|
|
||||||
void SelectionDAGISel::getAnalysisUsage(AnalysisUsage &AU) const {
|
void SelectionDAGISel::getAnalysisUsage(AnalysisUsage &AU) const {
|
||||||
AU.addRequired<AliasAnalysis>();
|
AU.addRequired<AliasAnalysis>();
|
||||||
AU.addPreserved<AliasAnalysis>();
|
AU.addPreserved<AliasAnalysis>();
|
||||||
|
Loading…
Reference in New Issue
Block a user