Learn more about cloning repositories
You have read-only access
SimplifyCFG: Fix a memory invalidation issue DFSStack.push_back will invalidate the referenced memory if it relocates the vector. Just increment the iterator earlier. rdar://19070782 Swift SVN r23570