[LLVMdev] RFE: Rename LLVM_ATTRIBUTE_{READONLY, READNONE} to LLVM_{READONLY, READNONE}
Chris Lattner
clattner at apple.com
Thu Mar 8 19:03:07 PST 2012
On Mar 8, 2012, at 6:31 PM, Bill Wendling wrote:
> 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
>
> -bw
>
> On Mar 8, 2012, at 4:57 PM, Daniel Dunbar wrote:
>
>> Hi all,
>>
>> I would like to rename
>> LLVM_ATTRIBUTE_READONLY to LLVM_READONLY
>> and
>> LLVM_ATTRIBUTE_READNONE to LLVM_READNONE
>>
>> Any objections?
>>
>> - Daniel
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list