summaryrefslogtreecommitdiff
path: root/include/llvm/IR/Attributes.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-01-23 22:38:33 +0000
committerBill Wendling <isanbard@gmail.com>2013-01-23 22:38:33 +0000
commit2915a691b9eecde508948d4300428860d1655175 (patch)
treef752e7d1fb48572c1ff85f94b74b14e5f1aafd23 /include/llvm/IR/Attributes.h
parent98202c09745d6dfe0ef4ed19c0647e078e74f09f (diff)
downloadllvm-2915a691b9eecde508948d4300428860d1655175.tar.gz
llvm-2915a691b9eecde508948d4300428860d1655175.tar.bz2
llvm-2915a691b9eecde508948d4300428860d1655175.tar.xz
Remove dead methods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173302 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IR/Attributes.h')
-rw-r--r--include/llvm/IR/Attributes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/IR/Attributes.h b/include/llvm/IR/Attributes.h
index 6ba9c4c55e..886384adff 100644
--- a/include/llvm/IR/Attributes.h
+++ b/include/llvm/IR/Attributes.h
@@ -121,16 +121,10 @@ public:
/// value.
unsigned getAlignment() const;
- /// \brief Set the alignment field of an attribute.
- void setAlignment(unsigned Align);
-
/// \brief Returns the stack alignment field of an attribute as a byte
/// alignment value.
unsigned getStackAlignment() const;
- /// \brief Set the stack alignment field of an attribute.
- void setStackAlignment(unsigned Align);
-
/// \brief Equality and non-equality query methods.
bool operator==(AttrKind K) const;
bool operator!=(AttrKind K) const;