Commits

Chris Lattner committed 4b05e121c90
teach the destructor analysis code to ignore retains and releases of 'this'. This allows us to zap the default class dtor when it is empty, e.g.: class File { } func test() { var f : File = new File() } Swift SVN r2564