aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar
diff options
context:
space:
mode:
authorReid Spencer <reid@x10sys.com>2007-08-05 19:35:22 +0000
committerReid Spencer <reid@x10sys.com>2007-08-05 19:35:22 +0000
commit41bd341f5fedf7a93bb248e837e1f8bbc8ee5a18 (patch)
tree6248f2a7a7877d13591bb85875de6297452f4baf /lib/Transforms/Scalar
parentc743f492ef8bfd572c634a54bbe36711ef136f0b (diff)
downloadexternal_llvm-41bd341f5fedf7a93bb248e837e1f8bbc8ee5a18.zip
external_llvm-41bd341f5fedf7a93bb248e837e1f8bbc8ee5a18.tar.gz
external_llvm-41bd341f5fedf7a93bb248e837e1f8bbc8ee5a18.tar.bz2
Silence some warnings from doxygen about @param argument name not matching the
actual argument name of the documented function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40851 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar')
-rw-r--r--lib/Transforms/Scalar/LowerPacked.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Transforms/Scalar/LowerPacked.cpp b/lib/Transforms/Scalar/LowerPacked.cpp
index 0530172..a701c75 100644
--- a/lib/Transforms/Scalar/LowerPacked.cpp
+++ b/lib/Transforms/Scalar/LowerPacked.cpp
@@ -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