diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-02-01 00:48:14 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-02-01 00:48:14 +0000 |
commit | f715dbd263149efeb9c684dfdb0637cf84f94399 (patch) | |
tree | 8ce124d661d53a5f360c418d6aebd6e0103ce010 /lib/IR/AttributeImpl.h | |
parent | 30d2c76800bc821aff6e224e0bd11d88a793303e (diff) |
Remove one of the odious 'Raw' methods.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/AttributeImpl.h')
-rw-r--r-- | lib/IR/AttributeImpl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/IR/AttributeImpl.h b/lib/IR/AttributeImpl.h index e9525785a2..2eb7f075e3 100644 --- a/lib/IR/AttributeImpl.h +++ b/lib/IR/AttributeImpl.h @@ -77,8 +77,7 @@ public: ID.AddPointer(Vals[I]); } - // FIXME: Remove these! - uint64_t Raw() const; + // FIXME: Remove this! static uint64_t getAttrMask(Attribute::AttrKind Val); }; |