Commits

Andrew Trick committed b53467768a9
EnumSimplify. Minor potential fix to avoid iterator invalidation. I think a list's "end" iterator can be invalidated if we remove the first instruction. Even if I'm wrong and this is correct, I think it's good practice to reevaluate the list's end iterator when the list is changing. Swift SVN r20994