Silence some warnings from doxygen about @param argument name not matching the
authorReid Spencer <rspencer@reidspencer.com>
Sun, 5 Aug 2007 19:35:22 +0000 (19:35 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 5 Aug 2007 19:35:22 +0000 (19:35 +0000)
actual argument name of the documented function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40851 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LowerPacked.cpp

index 0530172a70e8797a440a25bb776e819dc297e10a..a701c75feb3ec0872f22b946a9ca41f3d2e20519 100644 (file)
@@ -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