Commits

Michael Gottesman committed d808d6a7df5
[g-arc-opts] Extract out the definition of RCStateTransitionKind into a .def file. This is apart of the work to change ARC so that all of the dataflow operations are delegated to visitors which allow for behavior to be specialized depending on the transformation kind. This will allow for users to add new behavior to the ARC optimizer will minimally touching the actual dataflow. Swift SVN r26777