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:
88dbc5e
)
Remove this now unused variable macro.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 9 Oct 2012 20:35:11 +0000
(20:35 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 9 Oct 2012 20:35:11 +0000
(20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165543
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Attributes.h
patch
|
blob
|
history
diff --git
a/include/llvm/Attributes.h
b/include/llvm/Attributes.h
index fcfacb12a55ed05f3d09d434bbf63428b1d2145b..2933defe96cb364b64868ba9442460a42c7e9429 100644
(file)
--- a/
include/llvm/Attributes.h
+++ b/
include/llvm/Attributes.h
@@
-53,7
+53,6
@@
struct AttrConst {
/// declarations. This is done to avoid static CTORs and at the same time to
/// keep type-safety of Attributes.
#define DECLARE_LLVM_ATTRIBUTE(name, value) \
- const uint64_t name##_i = value; \
const AttrConst name = {value};
DECLARE_LLVM_ATTRIBUTE(None,0) ///< No attributes have been set