1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

SimpleInstructionSelector is here no more.

llvm-svn: 52725
This commit is contained in:
Dan Gohman 2008-06-25 16:38:59 +00:00
parent ab85726912
commit 8205b235b9

View File

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