mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 07:31:47 +00:00
Add prototype for llvm::allocatePowerPCTargetMachine().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
af70362e40
commit
2d62c896a5
@ -36,6 +36,14 @@ namespace llvm {
|
||||
//
|
||||
TargetMachine *allocateX86TargetMachine(const Module &M,
|
||||
IntrinsicLowering *IL = 0);
|
||||
|
||||
// allocatePowerPCTargetMachine - Allocate and return a subclass
|
||||
// of TargetMachine that implements the PowerPC backend. This takes
|
||||
// ownership of the IntrinsicLowering pointer, deleting it when
|
||||
// the target machine is destroyed.
|
||||
//
|
||||
TargetMachine *allocatePowerPCTargetMachine(const Module &M,
|
||||
IntrinsicLowering *IL = 0);
|
||||
} // End llvm namespace
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user