mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
add argument
llvm-svn: 10625
This commit is contained in:
parent
cd11b985ba
commit
215d4146fe
@ -19,12 +19,13 @@
|
|||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
class Function;
|
class Function;
|
||||||
class InstrForest;
|
|
||||||
class MachineInstr;
|
|
||||||
class InstructionNode;
|
|
||||||
class TargetMachine;
|
|
||||||
class MachineCodeForInstruction;
|
|
||||||
class FunctionPass;
|
class FunctionPass;
|
||||||
|
class InstrForest;
|
||||||
|
class InstructionNode;
|
||||||
|
class IntrinsicLowering;
|
||||||
|
class MachineCodeForInstruction;
|
||||||
|
class MachineInstr;
|
||||||
|
class TargetMachine;
|
||||||
|
|
||||||
//===--------------------- Required Functions ---------------------------------
|
//===--------------------- Required Functions ---------------------------------
|
||||||
// Target-dependent functions that MUST be implemented for each target.
|
// 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.
|
// Return a pass that performs machine dependent instruction selection.
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
FunctionPass *createInstructionSelectionPass(TargetMachine &Target);
|
FunctionPass *createInstructionSelectionPass(TargetMachine &Target,
|
||||||
|
IntrinsicLowering &IL);
|
||||||
|
|
||||||
|
|
||||||
//************************ Exported Data Types *****************************/
|
//************************ Exported Data Types *****************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user