mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-20 11:32:33 +00:00
Improve the doxygen comment for SelectInstructions::SelectInstructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55094 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c7f72de3b4
commit
7f92ebddd2
@ -44,11 +44,12 @@ public:
|
||||
/// LLVM IR instructions in the range [Begin, N) where N is either
|
||||
/// End or the first unsupported instruction. Return N.
|
||||
/// ValueMap is filled in with a mapping of LLVM IR Values to
|
||||
/// register numbers.
|
||||
/// virtual register numbers. MBB is a block to which to append
|
||||
/// the enerated MachineInstrs.
|
||||
BasicBlock::iterator
|
||||
SelectInstructions(BasicBlock::iterator Begin, BasicBlock::iterator End,
|
||||
DenseMap<const Value*, unsigned> &ValueMap,
|
||||
MachineBasicBlock *mbb);
|
||||
MachineBasicBlock *MBB);
|
||||
|
||||
virtual ~FastISel();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user