projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be5d747
)
Remove unused private field to suppress a build warning.
author
Craig Topper
<craig.topper@gmail.com>
Wed, 6 Feb 2013 06:48:10 +0000
(06:48 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Wed, 6 Feb 2013 06:48:10 +0000
(06:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174491
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/IR/AttributeImpl.h
patch
|
blob
|
history
diff --git
a/lib/IR/AttributeImpl.h
b/lib/IR/AttributeImpl.h
index 5f9e3e70316284ab2eadd99a54c62a7109c39e8d..84f472d033bef68468f56934b195dd6872381ba6 100644
(file)
--- a/
lib/IR/AttributeImpl.h
+++ b/
lib/IR/AttributeImpl.h
@@
-101,7
+101,6
@@
public:
/// could be a single enum, a tuple, or a string.
class AttributeImpl : public FoldingSetNode {
LLVMContext &Context; ///< Global context for uniquing objects
- Constant *Kind; ///< Kind of attribute: enum or string
AttributeEntry *Entry; ///< Holds the kind and value of the attribute