Delete an unused function.

llvm-svn: 101263
This commit is contained in:
Dan Gohman 2010-04-14 17:22:02 +00:00
parent 45b0642839
commit 4fd4153d52
2 changed files with 0 additions and 6 deletions

View File

@ -62,8 +62,6 @@ public:
virtual bool runOnMachineFunction(MachineFunction &MF);
unsigned MakeReg(EVT VT);
virtual void EmitFunctionEntryCode(Function &Fn, MachineFunction &MF) {}
/// PreprocessISelDAG - This hook allows targets to hack on the graph before

View File

@ -180,10 +180,6 @@ SelectionDAGISel::~SelectionDAGISel() {
delete FuncInfo;
}
unsigned SelectionDAGISel::MakeReg(EVT VT) {
return RegInfo->createVirtualRegister(TLI.getRegClassFor(VT));
}
void SelectionDAGISel::getAnalysisUsage(AnalysisUsage &AU) const {
AU.addRequired<AliasAnalysis>();
AU.addPreserved<AliasAnalysis>();