Commits
Adrian Prantl committed 4dca38a8b36
Debug info: Remove the special handling of AnyFunctionType to add an extra OpDeref to function objects (since Swift doesn't have function *pointer* types). It confuses the debugger and is inconsistent with how we handle other types such as classes. <rdar://problem/18272602> Function pointers in local variables have incorrect DWARF locations Swift SVN r21792