summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-04-11 21:58:11 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-04-11 21:58:11 +0000
commit5d43fe5a4b5f94a768d10a4ca3fc3a51fc94ba09 (patch)
tree7a6172b0a4045f5a9d3ed4c316e9b420a4d44822
parent4344da1c716ee5c469277f6bb1261616981c6bf9 (diff)
downloadbcm5719-llvm-5d43fe5a4b5f94a768d10a4ca3fc3a51fc94ba09.tar.gz
bcm5719-llvm-5d43fe5a4b5f94a768d10a4ca3fc3a51fc94ba09.zip
Make doxygen comment match the declaration.
Found by -Wdocumentation. llvm-svn: 206076
-rw-r--r--llvm/include/llvm/Target/TargetLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h
index 6c44771dd2f..f31fd9f2338 100644
--- a/llvm/include/llvm/Target/TargetLowering.h
+++ b/llvm/include/llvm/Target/TargetLowering.h
@@ -2381,7 +2381,7 @@ public:
/// Expand a MUL into two nodes. One that computes the high bits of
/// the result and one that computes the low bits.
- /// \param VT The value type to use for the Lo and Hi nodes.
+ /// \param HiLoVT The value type to use for the Lo and Hi nodes.
/// \param LL Low bits of the LHS of the MUL. You can use this parameter
/// if you want to control how low bits are extracted from the LHS.
/// \param LH High bits of the LHS of the MUL. See LL for meaning.
OpenPOWER on IntegriCloud