mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15636 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -15,19 +15,13 @@
|
||||
#ifndef TARGET_POWERPC_H
|
||||
#define TARGET_POWERPC_H
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
class FunctionPass;
|
||||
class TargetMachine;
|
||||
|
||||
// Here is where you would define factory methods for powerpc-specific
|
||||
// passes. For example:
|
||||
FunctionPass *createPPCSimpleInstructionSelector(TargetMachine &TM);
|
||||
FunctionPass *createPPCAsmPrinterPass(std::ostream &OS, TargetMachine &TM);
|
||||
FunctionPass *createPowerPCPEI();
|
||||
FunctionPass *createPPCBranchSelectionPass();
|
||||
|
||||
} // end namespace llvm;
|
||||
|
||||
// Defines symbolic names for PowerPC registers. This defines a mapping from
|
||||
|
||||
Reference in New Issue
Block a user