llvm-6502/lib/CodeGen/AsmPrinter
Dale Johannesen d014761c93 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
2010-05-01 16:41:11 +00:00
..
AsmPrinter.cpp Don't count debug info as instructions. This was 2010-05-01 16:41:11 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt Add a missing dependency to this library when building with CMake. 2010-04-09 05:55:25 +00:00
DIE.cpp
DIE.h Add support to emit dwarf ranges. 2010-04-16 23:33:45 +00:00
DwarfDebug.cpp Attach AT_APPLE_optimized attribute to optimized function's debug info. 2010-04-30 19:38:23 +00:00
DwarfDebug.h Refactor. 2010-04-28 01:03:09 +00:00
DwarfException.cpp remove some default arguments to EmitAlignment. 2010-04-28 01:05:45 +00:00
DwarfException.h
Makefile
OcamlGCPrinter.cpp