[llvm] [SimplifyLibCall][Attribute] Fix bug where we may keep `range` attr with incompatible type (PR #112649)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 00:23:53 PDT 2024
================
@@ -1453,14 +1453,26 @@ class CallBase : public Instruction {
/// looking through to the attributes on the called function when necessary).
///@{
- /// Return the parameter attributes for this call.
+ /// Return the attributes for this call.
///
----------------
nikic wrote:
While you're already here, please also drop these empty `///`.
https://github.com/llvm/llvm-project/pull/112649
More information about the llvm-commits
mailing list