Hi all,
I would like to rename
LLVM_ATTRIBUTE_READONLY to LLVM_READONLY
and
LLVM_ATTRIBUTE_READNONE to LLVM_READNONE
Any objections?
- Daniel
Hi all,
I would like to rename
LLVM_ATTRIBUTE_READONLY to LLVM_READONLY
and
LLVM_ATTRIBUTE_READNONE to LLVM_READNONE
Any objections?
- Daniel
What's the reason for renaming them?
-bw
What's the reason for renaming them?
I can think of two things:
1) it being an attribute is an implementation detail
2) it being long makes it annoying to use
-Chris
What's the reason for renaming them?
I can think of two things:
1) it being an attribute is an implementation detail
2) it being long makes it annoying to use
Exactly.
- Daniel
Okay.
-bw