mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
add argument
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10625 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
624affb56f
commit
09c692bcef
@ -19,12 +19,13 @@
|
||||
namespace llvm {
|
||||
|
||||
class Function;
|
||||
class InstrForest;
|
||||
class MachineInstr;
|
||||
class InstructionNode;
|
||||
class TargetMachine;
|
||||
class MachineCodeForInstruction;
|
||||
class FunctionPass;
|
||||
class InstrForest;
|
||||
class InstructionNode;
|
||||
class IntrinsicLowering;
|
||||
class MachineCodeForInstruction;
|
||||
class MachineInstr;
|
||||
class TargetMachine;
|
||||
|
||||
//===--------------------- Required Functions ---------------------------------
|
||||
// Target-dependent functions that MUST be implemented for each target.
|
||||
@ -50,7 +51,8 @@ extern bool ThisIsAChainRule (int eruleno);
|
||||
// Return a pass that performs machine dependent instruction selection.
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
FunctionPass *createInstructionSelectionPass(TargetMachine &Target);
|
||||
FunctionPass *createInstructionSelectionPass(TargetMachine &Target,
|
||||
IntrinsicLowering &IL);
|
||||
|
||||
|
||||
//************************ Exported Data Types *****************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user