diff --git a/llvm/include/llvm/IR/Argument.h b/llvm/include/llvm/IR/Argument.h index b9a73b3eb5fc2..6ffc0f8fd5155 100644 --- a/llvm/include/llvm/IR/Argument.h +++ b/llvm/include/llvm/IR/Argument.h @@ -108,12 +108,6 @@ class Argument final : public Value { /// returned. Otherwise, nullptr. LLVM_ABI Type *getPointeeInMemoryValueType() const; - /// If this is a byval or inalloca argument, return its alignment. - /// FIXME: Remove this function once transition to Align is over. - /// Use getParamAlign() instead. - LLVM_ABI LLVM_DEPRECATED("Use getParamAlign() instead", - "getParamAlign") uint64_t getParamAlignment() const; - /// If this is a byval or inalloca argument, return its alignment. LLVM_ABI MaybeAlign getParamAlign() const;