Commits

Chris Lattner committed 1c80e6454f1
fix <rdar://problem/17828355> curried final method on a class crashes in irgen getNextUncurryLevelRef was using it's own local test to determine whether a FuncDecl is dynamically dispatched (which didn't check for "final"), change it to use SILGenFunction::getMethodDispatch instead. Swift SVN r20623