Commits

Doug Gregor committed 5a1a7c0f602
Fix emission of the index for a dynamic subscript. SILGen the index of a dynamic subscript in its own context; it's result doesn't go into the current initialization. As an added bonus, always evaluate the index, so that side effects occur predictable regardless of whether the function is available. Swift SVN r8718