Commits

Arnold Schwaighofer committed c65e1a31e3d
Fix _bridgeToObjectiveC lookup code in optimizeBridgedSwiftToObjCCast Previously it assumed that if we succeed in looking up the method in the current module we must be able to request a definition (vs a declaration). This is not true. It could be that we had declared the type in a different module. Always ask for a declaration. rdar://27547957