Commit Graph

1 Commits

Author SHA1 Message Date
Doug Gregor
c2c367b12a Pass the right selector to swift_objcRespondsToSelector().
With this, we're correctly lowering the dynamic_method_br instruction
to IR, which allows us to query the existence of an instance method on
a value of type DynamicLookup and, if it's there, call it via the
closure stored in the optional. Part of <rdar://problem/14397505>.


Swift SVN r8205
2013-09-13 17:12:32 +00:00