Commits

Chris Lattner committed 908cfcdd964
eliminate the isDefaultInitializable method, inlining the one bit we need (checking to see if a superclass has a default initializer) into the place we need it. It seems that this code should be common somewhere already, hopefully someone knows how to delete it outright. Swift SVN r11047