aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IR/Attributes.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-02-02 00:52:44 +0000
committerBill Wendling <isanbard@gmail.com>2013-02-02 00:52:44 +0000
commitfca0ed28c81a505b0b71605e8b59e4bb6daeda0e (patch)
tree1af295eca1fcbb1558532a5f2eb9c1008b917fc7 /include/llvm/IR/Attributes.h
parentbdcbccc710a0528b4abce947782fd502bafb848d (diff)
Remove AttrBuilder::Raw().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174251 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IR/Attributes.h')
-rw-r--r--include/llvm/IR/Attributes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/IR/Attributes.h b/include/llvm/IR/Attributes.h
index ad3f6273a5..c5b5a47c59 100644
--- a/include/llvm/IR/Attributes.h
+++ b/include/llvm/IR/Attributes.h
@@ -439,8 +439,6 @@ public:
///
/// N.B. This should be used ONLY for decoding LLVM bitcode!
AttrBuilder &addRawValue(uint64_t Val);
-
- uint64_t Raw() const;
};
namespace AttributeFuncs {