We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9999c31 commit 7c36e1dCopy full SHA for 7c36e1d
llvm/include/llvm/IR/Argument.h
@@ -108,12 +108,6 @@ class Argument final : public Value {
108
/// returned. Otherwise, nullptr.
109
LLVM_ABI Type *getPointeeInMemoryValueType() const;
110
111
- /// If this is a byval or inalloca argument, return its alignment.
112
- /// FIXME: Remove this function once transition to Align is over.
113
- /// Use getParamAlign() instead.
114
- LLVM_ABI LLVM_DEPRECATED("Use getParamAlign() instead",
115
- "getParamAlign") uint64_t getParamAlignment() const;
116
-
117
/// If this is a byval or inalloca argument, return its alignment.
118
LLVM_ABI MaybeAlign getParamAlign() const;
119
0 commit comments