Don't count debug info as instructions. This was
authorDale Johannesen <dalej@apple.com>
Sat, 1 May 2010 16:41:11 +0000 (16:41 +0000)
committerDale Johannesen <dalej@apple.com>
Sat, 1 May 2010 16:41:11 +0000 (16:41 +0000)
commitd014761c9337f270f497aa960d51ee424bb166d5
tree5153001d9b02ec58a6d6d3a8e3a5b6f7a2010a45
parent752e2590585227f6f10e80978f587915d9adb2ad
Don't count debug info as instructions.  This was
preventing the emission of the NOP on Darwin for a
function with no actual code.  From timberwolfmc
with TEST=optllcdbg.

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