mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
add argument
llvm-svn: 10625
This commit is contained in:
parent
cd11b985ba
commit
215d4146fe
@ -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