Commits

Chris Lattner committed ada3ea6aa4e
change Type::findIf and Type::transform templates to be standard functions and move them out to Type.cpp. Along the way, eliminate the dependentIdentity template, which is never specialized. Upshot of this is that 600 lines of templates are gone from Types.h. Swift SVN r11501