Commits

Arnold Schwaighofer committed 3b921a123d6
ArrayBoundsCheckOpts: Don't set the debug scope manually for instructions created by a SILBuilderWithScope The SILBuilderWithScope will set the debug scope on destruction and complain if there is one set already. rdar://20166693 Swift SVN r26183