mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 11:19:09 +00:00
Silence some warnings from doxygen about @param argument name not matching the
actual argument name of the documented function. llvm-svn: 40851
This commit is contained in:
parent
0de4350acf
commit
ac9262072f
@ -60,7 +60,7 @@ public:
|
||||
void visitBinaryOperator(BinaryOperator& BO);
|
||||
|
||||
/// @brief Lowers packed icmp operations.
|
||||
/// @param CI the icmp operator to convert
|
||||
/// @param IC the icmp operator to convert
|
||||
void visitICmpInst(ICmpInst& IC);
|
||||
|
||||
/// @brief Lowers packed select instructions.
|
||||
@ -68,11 +68,11 @@ public:
|
||||
void visitSelectInst(SelectInst& SELI);
|
||||
|
||||
/// @brief Lowers packed extractelement instructions.
|
||||
/// @param EI the extractelement operator to convert
|
||||
/// @param EE the extractelement operator to convert
|
||||
void visitExtractElementInst(ExtractElementInst& EE);
|
||||
|
||||
/// @brief Lowers packed insertelement instructions.
|
||||
/// @param EI the insertelement operator to convert
|
||||
/// @param IE the insertelement operator to convert
|
||||
void visitInsertElementInst(InsertElementInst& IE);
|
||||
|
||||
/// This function asserts if the instruction is a VectorType but
|
||||
|
Loading…
Reference in New Issue
Block a user