move uleb/sleb printing into AsmPrinter from DwarfPrinter.
authorChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 19:09:29 +0000 (19:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 19:09:29 +0000 (19:09 +0000)
commit7e1a8f882f1baa1c0d5204373d6eb4cb7fc9f3ea
treeb210f923af32c6032251bc09c77b82ca460f93ec
parent17fedf216bc10c66e02694854f522cb602097005
move uleb/sleb printing into AsmPrinter from DwarfPrinter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100344 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfPrinter.h