Commits

Ted Kremenek committed ee9925495a0
Add llvm_unreachable() to silence uninitialized variable warning from the analyzer. In this case "naturalUncurryLevel" *might* be uninitialized. I'd prefer that this code be structured with a switch to prove that all cases are covered, but that might not be the cleanest solution. I'll leave that for Joe to decide. Swift SVN r5565