summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-25 16:38:59 +0000
committerDan Gohman <gohman@apple.com>2008-06-25 16:38:59 +0000
commit906b630f8386b446cfc50cc292827313500762f4 (patch)
treec7e00c08423d8a4b65d87a27f877dee878df1648 /llvm/lib
parent6920b254ad961acae9dacfd247646b221cc6eb50 (diff)
downloadbcm5719-llvm-906b630f8386b446cfc50cc292827313500762f4.tar.gz
bcm5719-llvm-906b630f8386b446cfc50cc292827313500762f4.zip
SimpleInstructionSelector is here no more.
llvm-svn: 52725
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Alpha/Alpha.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/Alpha.h b/llvm/lib/Target/Alpha/Alpha.h
index 77b404f025f..d69d1b7ecad 100644
--- a/llvm/lib/Target/Alpha/Alpha.h
+++ b/llvm/lib/Target/Alpha/Alpha.h
@@ -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);
OpenPOWER on IntegriCloud