OSDN Git Service

[objc-arc] Extract out state specific to a ref count from the main objc arc sequence...
authorMichael Gottesman <mgottesman@apple.com>
Thu, 5 Mar 2015 23:29:03 +0000 (23:29 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 5 Mar 2015 23:29:03 +0000 (23:29 +0000)
commit3b402bcc83cbd3cea51a0cb234139ac6699f485b
tree5763e6cd052b1dce80cd0424278e71120959b2f4
parentd54a275ee1dddc0a8336107e9a8d4998e407edb1
[objc-arc] Extract out state specific to a ref count from the main objc arc sequence dataflow. This will allow me to separate the actual ARC queries from the meat of the dataflow algorithm.

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