Commits

Joe Groff committed 821747f1fa2
Nongeneric SILFunctionTypes can be dependent. Because we don't have first-class polymorphic values, as a simplifying assumption, assume that generic SILFunctionTypes are nondependent. For nongeneric SILFunctionTypes, propagate structural dependent-ness from the parameter and result types of the function type. Swift SVN r11986