diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-02-02 00:52:44 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-02-02 00:52:44 +0000 |
commit | fca0ed28c81a505b0b71605e8b59e4bb6daeda0e (patch) | |
tree | 1af295eca1fcbb1558532a5f2eb9c1008b917fc7 /include/llvm/IR/Attributes.h | |
parent | bdcbccc710a0528b4abce947782fd502bafb848d (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.h | 2 |
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 { |