Commits

Michael Gottesman committed 90cbfb2e576
[sil-inliner] Removed invalid assert. Given a destructor that is not implicit, one will have a decl that is not autogenerated implying that this assert will always be hit. I am going to submit an additional patch after this that changes InlineLocation/MandatoryInlinedLocation/CleanupLocation that ensures that the special flags on SILLocation are propagated appropriately (which they are not right now). Swift SVN r11595