Commits

Mark Lacey committed e8c4c42c474
Have external declarations appear in the bottom-up ordering of the call graph. This makes it easy for clients like various future analyses to initialize state as they traverse bottom-up rather than handling these functions as a special case the first time they see a call to them. Swift SVN r31643