aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPC.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-03-24 04:41:43 +0000
committerNate Begeman <natebegeman@mac.com>2005-03-24 04:41:43 +0000
commita9795f81e91c02d8824c70533c2ab944b13c14e6 (patch)
tree1d03e4f00d1862462cbc8b5380392aefcebe206f /lib/Target/PowerPC/PPC.h
parent85fdeb233ec445808ba72ecd980df9718b587e4a (diff)
downloadexternal_llvm-a9795f81e91c02d8824c70533c2ab944b13c14e6.zip
external_llvm-a9795f81e91c02d8824c70533c2ab944b13c14e6.tar.gz
external_llvm-a9795f81e91c02d8824c70533c2ab944b13c14e6.tar.bz2
Addition of the PPC32 Pattern ISel. While it is far from complete, it will
be brought up to parity with the current simple ISel in the coming days. Currently, -pattern-isel is required to trigger it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.h')
-rw-r--r--lib/Target/PowerPC/PPC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h
index 7ca87d9..bd1f2ac 100644
--- a/lib/Target/PowerPC/PPC.h
+++ b/lib/Target/PowerPC/PPC.h
@@ -24,6 +24,7 @@ class TargetMachine;
FunctionPass *createPPCBranchSelectionPass();
FunctionPass *createPPC32ISelSimple(TargetMachine &TM);
+FunctionPass *createPPC32ISelPattern(TargetMachine &TM);
FunctionPass *createPPC64ISelSimple(TargetMachine &TM);
FunctionPass *createDarwinAsmPrinter(std::ostream &OS, TargetMachine &TM);
FunctionPass *createAIXAsmPrinter(std::ostream &OS, TargetMachine &TM);