Commits

Justin Bogner committed 783c47620e2
InstrProf: Fix handling of default arguments Since we weren't assigning region counters until we were emitting function bodies, we would crash while walking the expressions in default arguments. This assigns the counters earlier and fixes up the ASTWalker to expect that. Swift SVN r25445