diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-01-23 22:38:33 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-01-23 22:38:33 +0000 |
commit | 9de4b973f15e736b52605fc336bd448342b9b743 (patch) | |
tree | ca3c0179127708673166672ca29b07ab66a3a9b5 /llvm/lib/IR/AttributeImpl.h | |
parent | 5e306b1233ac2281afa353c37797fd258abcd13a (diff) | |
download | bcm5719-llvm-9de4b973f15e736b52605fc336bd448342b9b743.tar.gz bcm5719-llvm-9de4b973f15e736b52605fc336bd448342b9b743.zip |
Remove dead methods.
llvm-svn: 173302
Diffstat (limited to 'llvm/lib/IR/AttributeImpl.h')
-rw-r--r-- | llvm/lib/IR/AttributeImpl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/IR/AttributeImpl.h b/llvm/lib/IR/AttributeImpl.h index b5d292ee275..0843fd8ac88 100644 --- a/llvm/lib/IR/AttributeImpl.h +++ b/llvm/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; |