diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-09-18 21:02:19 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-09-18 21:02:19 +0000 |
| commit | 270d0f986f795101d39439b550bf6db3fe286f46 (patch) | |
| tree | 4708d4005f1c8c3157a47536116e55d343462f21 /llvm/lib/Target/Mips/MipsISelLowering.h | |
| parent | abbfd629dc1b51a61065b8387faea0bb5ba6c755 (diff) | |
| download | bcm5719-llvm-270d0f986f795101d39439b550bf6db3fe286f46.tar.gz bcm5719-llvm-270d0f986f795101d39439b550bf6db3fe286f46.zip | |
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes.
Not functionality change yet.
llvm-svn: 82273
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsISelLowering.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.h b/llvm/lib/Target/Mips/MipsISelLowering.h index 176f2ba4c5c..dddba4291d2 100644 --- a/llvm/lib/Target/Mips/MipsISelLowering.h +++ b/llvm/lib/Target/Mips/MipsISelLowering.h @@ -131,7 +131,8 @@ namespace llvm { DebugLoc dl, SelectionDAG &DAG); virtual MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI, - MachineBasicBlock *MBB) const; + MachineBasicBlock *MBB, + DenseMap<MachineBasicBlock*, MachineBasicBlock*> *EM) const; // Inline asm support ConstraintType getConstraintType(const std::string &Constraint) const; |

