summaryrefslogtreecommitdiff
path: root/lib/IR/AttributeImpl.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 /lib/IR/AttributeImpl.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 'lib/IR/AttributeImpl.h')
-rw-r--r--lib/IR/AttributeImpl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/IR/AttributeImpl.h b/lib/IR/AttributeImpl.h
index b5d292ee27..0843fd8ac8 100644
--- a/lib/IR/AttributeImpl.h
+++ b/lib/IR/AttributeImpl.h
@@ -48,10 +48,7 @@ public:
bool hasAttributes() const;
uint64_t getAlignment() const;
- void setAlignment(unsigned Align);
-
uint64_t getStackAlignment() const;
- void setStackAlignment(unsigned Align);
bool operator==(Attribute::AttrKind Kind) const;
bool operator!=(Attribute::AttrKind Kind) const;