mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
TargetInstrInfo::genAlternativeCodeSequence(): Fix a couple of \param(s). [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214708 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
48593d7934
commit
12d4f9f4e4
@ -595,8 +595,8 @@ public:
|
||||
/// beneficial or not.
|
||||
/// \param Root - Instruction that could be combined with one of its operands
|
||||
/// \param P - Combination pattern for Root
|
||||
/// \param InsInstr - Vector of new instructions that implement P
|
||||
/// \param DelInstr - Old instructions, including Root, that could be replaced
|
||||
/// \param InsInstrs - Vector of new instructions that implement P
|
||||
/// \param DelInstrs - Old instructions, including Root, that could be replaced
|
||||
/// by InsInstr
|
||||
/// \param InstrIdxForVirtReg - map of virtual register to instruction in
|
||||
/// InsInstr that defines it
|
||||
|
Loading…
Reference in New Issue
Block a user