Commits

Mark Lacey committed f1a69215646
Fix an assert in store-to-load forwarding. The code does the right thing, but the assert should be checking that the load we're about to replace has the same type as the value we're replacing it with. This was exposed by changes to inline generic code. Swift SVN r19921