If subprogram type is not tagged as DW_TAG_subroutine_type then use it directly as...
authorDevang Patel <dpatel@apple.com>
Wed, 8 Apr 2009 22:18:45 +0000 (22:18 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 8 Apr 2009 22:18:45 +0000 (22:18 +0000)
commit75b2738d7397639490e6dca231335925f74b8fac
treefc31371d9bc46281fd3b4fd0998d75a639921e5b
parent094fad37b90946c91a09eb9270a0dbe800f49d87
If subprogram type is not tagged as DW_TAG_subroutine_type then use it directly as a return value type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68647 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfWriter.cpp