Created ObjCARCUtil.cpp for functions which in my humble opinion are too large to...
authorMichael Gottesman <mgottesman@apple.com>
Mon, 28 Jan 2013 06:39:31 +0000 (06:39 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 28 Jan 2013 06:39:31 +0000 (06:39 +0000)
commit64437ead05db4f5d28e697058180ae575c3cf75b
tree6aa27fc2b0890d4d67c400740b0c8ecc3240962c
parent52dd806ed9c656c1b4fd073c8e086b563104f601
Created ObjCARCUtil.cpp for functions which in my humble opinion are too large to static inline and place in a header file such as ObjCARC.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173666 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/ObjCARC/CMakeLists.txt
lib/Transforms/ObjCARC/ObjCARC.h
lib/Transforms/ObjCARC/ObjCARCUtil.cpp [new file with mode: 0644]