[llvm-commits] [llvm] r133108 - in /llvm/trunk: include/llvm/ include/llvm/Analysis/ include/llvm/Support/ include/llvm/Transforms/ lib/CodeGen/ lib/Transforms/Scalar/ test/Transforms/ObjCARC/
Dan Gohman
gohman at apple.com
Thu Jun 16 09:12:40 PDT 2011
On Jun 16, 2011, at 1:47 AM, Duncan Sands wrote:
> Hi John,
>
>> The ARC language-specific optimizer. Credit to Dan Gohman.
>>
>>
>> Added:
>> llvm/trunk/lib/Transforms/Scalar/ObjCARC.cpp
>> llvm/trunk/test/Transforms/ObjCARC/
>
> since there may be more ObjC passes in the future, how about calling the
> directory llvm/trunk/test/Transforms/ObjC/, so making it the place where
> all ObjC specific passes will go.
Possibly, although it doesn't seem worthwhile at the moment, with only one file.
Dan
More information about the llvm-commits
mailing list