Commits

Chris Lattner committed 8d53e68a68a
switch function_ref/builtin_function_ref/global_addr to print their referenced symbol with the name, followed by a colon, followed by the type instead of the type first (following local value references). For example, instead of: %1 = function_ref $[thin] ((val : Builtin.Int128), Int64.metatype) -> Int64, @_TSi33_convertFromBuiltinIntegerLiteralfMSiFT3valBi128__Si // user: %4 we now get: %1 = function_ref @_TSi33_convertFromBuiltinIntegerLiteralfMSiFT3valBi128__Si : $[thin] ((val : Builtin.Int128), Int64.metatype) -> Int64 // user: %4 Swift SVN r5735