gdb uses DW_AT_prototyped to identify K&R style in C based languages.
authorDevang Patel <dpatel@apple.com>
Tue, 24 Feb 2009 00:52:19 +0000 (00:52 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 24 Feb 2009 00:52:19 +0000 (00:52 +0000)
commit002ec1482c83003c6aef841395271aa5993d916a
tree6b3d26553cb2d39a6cd5bc3fa2648bf75efa0414
parentd1d1c8b3d5eae2de96fc83f2b807556f1b8f85b0
gdb uses DW_AT_prototyped to identify K&R style in C based languages.
This fixes objc.dg/dwarf-prototypes.m scan-assembler DW_AT_prototyped from llvmgcc42 test suite.

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