SimpleInstructionSelector is here no more.
authorDan Gohman <gohman@apple.com>
Wed, 25 Jun 2008 16:38:59 +0000 (16:38 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 25 Jun 2008 16:38:59 +0000 (16:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52725 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/Alpha.h

index 77b404f025ff8015953a2c09acca919ed8fc6851..d69d1b7ecad98fdf66aed6263c08386f33e02b41 100644 (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);