Commits

Doug Gregor committed b314941328e
SILGen: Generate an unconditional checked cast for (x as T)!. This is a simple peephole optimization for cases where we're performing a conditional checked cast and then immediately forcing it to succeed with postfix '!'. It also happens with the new forced downcast of 'id', e.g., var w : NSView = foo.views()[0]! Swift SVN r9180