mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 09:21:13 +00:00
add a new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21929 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08b22ecc88
commit
cc13b76246
@ -48,6 +48,7 @@ public:
|
||||
|
||||
unsigned MakeReg(MVT::ValueType VT);
|
||||
|
||||
virtual void EmitFunctionEntryCode(Function &Fn, MachineFunction &MF) {}
|
||||
virtual void InstructionSelectBasicBlock(SelectionDAG &SD) = 0;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user