mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
TargetInstrInfo::genAlternativeCodeSequence(): Fix a couple of \param(s). [-Wdocumentation]
llvm-svn: 214708
This commit is contained in:
parent
6bda1ceee2
commit
3f092f7493
@ -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…
x
Reference in New Issue
Block a user