1
0
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:
NAKAMURA Takumi 2014-08-04 10:23:22 +00:00
parent 6bda1ceee2
commit 3f092f7493

View File

@ -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