Commits

Bob Wilson committed eac64560549
debug_value instructions should not block analysis of static initializers. The analyzeStaticInitializer function has a list of specific SIL instructions that it expects to see in static initializers. Anything unexpected blocks the analysis and inhibits optimizations, such as propagating global let variables. Add debug_value instructions to that list so that they do not inhibit optimizations. rdar://problem/26411312