move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp with...
authorChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 22:54:51 +0000 (22:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 22:54:51 +0000 (22:54 +0000)
commit1f21990284906b1d3ed244d99808c6dade04d295
tree9025f14a77cbc41a6da8a372ef88a40b17c9bcda
parent2e438c3a70dcd445f99f562e57715296e3cacc08
move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp with the rest of the command line options.

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