mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-16 23:19:37 +00:00
Update comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82313 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
461c87655b
commit
0002e506de
@ -1440,6 +1440,9 @@ public:
|
||||
// instructions are special in various ways, which require special support to
|
||||
// insert. The specified MachineInstr is created but not inserted into any
|
||||
// basic blocks, and the scheduler passes ownership of it to this method.
|
||||
// When new basic blocks are inserted and the edges from MBB to its successors
|
||||
// are modified, the method should insert pairs of <OldSucc, NewSucc> into the
|
||||
// DenseMap.
|
||||
virtual MachineBasicBlock *EmitInstrWithCustomInserter(MachineInstr *MI,
|
||||
MachineBasicBlock *MBB,
|
||||
DenseMap<MachineBasicBlock*, MachineBasicBlock*> *EM) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user