Commits
Chris Lattner committed 85d681a5b6d
strength reduce some non-performance sensitive code :-)
Like the FIXME comment states, this method should probably
be changed to be:
public func getMirror() -> MirrorType {
return _OptionalMirror<T>(self)
}
but I don't know how to test that change.
Swift SVN r28157