Commits

Arnold Schwaighofer committed f6866b4ae70
Perform a dynamic method call if a class has objc ancestry in speculative devirt as fallback. If a class has an @objc ancestry this class can be dynamically overridden and therefore we don't know the default case even if we see the full class hierarchy. rdar://23228386