Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions llvm/include/llvm/IR/Argument.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down