Add simple counter to count no. of basic blocks without any line number information...
authorDevang Patel <dpatel@apple.com>
Mon, 25 Oct 2010 20:45:32 +0000 (20:45 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 25 Oct 2010 20:45:32 +0000 (20:45 +0000)
commit9a31f0f398df8830161507a6dcf369961269c6cf
tree18f82e9bd1166f1265db74e354f192aa9b84b81f
parent28bae6106f3f591e6f174fe269d261d710cb0062
Add simple counter to count no. of basic blocks without any line number information. At -O0, these basic block coule cause less than optimial debugging experience.

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