Commits

Chris Lattner committed be0f7b4c485
Wire up initial support for function_ref, allowing us to SILParse the code for "return 4". This is terrible in several ways: it doesn't handle forward references, we do a linear scan of SILFunctions, and diagnostics don't exist. Room for improvement some other time. Swift SVN r5736