aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/AttributeImpl.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-01 00:48:14 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-01 00:48:14 +0000
commitf715dbd263149efeb9c684dfdb0637cf84f94399 (patch)
tree8ce124d661d53a5f360c418d6aebd6e0103ce010 /lib/IR/AttributeImpl.h
parent30d2c76800bc821aff6e224e0bd11d88a793303e (diff)
downloadexternal_llvm-f715dbd263149efeb9c684dfdb0637cf84f94399.zip
external_llvm-f715dbd263149efeb9c684dfdb0637cf84f94399.tar.gz
external_llvm-f715dbd263149efeb9c684dfdb0637cf84f94399.tar.bz2
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/IR/AttributeImpl.h b/lib/IR/AttributeImpl.h
index e952578..2eb7f07 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);
};