diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-12-08 15:00:12 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-12-08 15:00:12 +0000 |
| commit | 66c8fa94a6de0d6b95746d84e74cc884b39ec279 (patch) | |
| tree | 32fecc87af92932d9f357551f58e8378af748a0a | |
| parent | a495f882be68bf05884e0bd929b98e174014578e (diff) | |
| download | bcm5719-llvm-66c8fa94a6de0d6b95746d84e74cc884b39ec279.tar.gz bcm5719-llvm-66c8fa94a6de0d6b95746d84e74cc884b39ec279.zip | |
Prune unused \param(s) in r289050. [-Wdocumentation]
llvm-svn: 289057
| -rw-r--r-- | llvm/include/llvm/Target/TargetLowering.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h index c47a21e6c4d..89f333688d1 100644 --- a/llvm/include/llvm/Target/TargetLowering.h +++ b/llvm/include/llvm/Target/TargetLowering.h @@ -3047,8 +3047,6 @@ public: /// respectively, each computing an n/2-bit part of the result. /// \param Result A vector that will be filled with the parts of the result /// in little-endian order. - /// \param HalfVT The value type to use for the result nodes. - /// \param OnlyLegalOrCustom Only legal or custom instructions are used. /// \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. @@ -3064,7 +3062,6 @@ public: /// Expand a MUL into two nodes. One that computes the high bits of /// the result and one that computes the low bits. /// \param HiLoVT The value type to use for the Lo and Hi nodes. - /// \param OnlyLegalOrCustom Only legal or custom instructions are used. /// \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. |

