SimpleInstructionSelector is here no more.

llvm-svn: 52725
This commit is contained in:
Dan Gohman 2008-06-25 16:38:59 +00:00
parent 6920b254ad
commit 906b630f83
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ namespace llvm {
class TargetMachine; class TargetMachine;
class MachineCodeEmitter; class MachineCodeEmitter;
FunctionPass *createAlphaSimpleInstructionSelector(TargetMachine &TM);
FunctionPass *createAlphaISelDag(AlphaTargetMachine &TM); FunctionPass *createAlphaISelDag(AlphaTargetMachine &TM);
FunctionPass *createAlphaCodePrinterPass(std::ostream &OS, FunctionPass *createAlphaCodePrinterPass(std::ostream &OS,
TargetMachine &TM); TargetMachine &TM);