summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPC.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-08-18 23:53:15 +0000
committerNate Begeman <natebegeman@mac.com>2005-08-18 23:53:15 +0000
commitbe1f314a477dbc9390ee3bfa0db2ae3c343023c0 (patch)
tree1176b92ee6d08c231b0d2f57296c5a3553cee36d /llvm/lib/Target/PowerPC/PowerPC.h
parent17727bad02b1350894384b18493a1660440951ef (diff)
downloadbcm5719-llvm-be1f314a477dbc9390ee3bfa0db2ae3c343023c0.tar.gz
bcm5719-llvm-be1f314a477dbc9390ee3bfa0db2ae3c343023c0.zip
Remove the X86 and PowerPC Simple instruction selectors; their time has
passed. llvm-svn: 22886
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPC.h')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPC.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPC.h b/llvm/lib/Target/PowerPC/PowerPC.h
index 6b9f906f162..b8adc250389 100644
--- a/llvm/lib/Target/PowerPC/PowerPC.h
+++ b/llvm/lib/Target/PowerPC/PowerPC.h
@@ -27,7 +27,6 @@ enum PPCTargetEnum {
};
FunctionPass *createPPCBranchSelectionPass();
-FunctionPass *createPPC32ISelSimple(TargetMachine &TM);
FunctionPass *createPPC32ISelPattern(TargetMachine &TM);
FunctionPass *createPPC32ISelDag(TargetMachine &TM);
FunctionPass *createDarwinAsmPrinter(std::ostream &OS, TargetMachine &TM);
OpenPOWER on IntegriCloud