clean up the asmprinter interface a bit, rename a few
authorChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 18:14:01 +0000 (18:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2010 18:14:01 +0000 (18:14 +0000)
commit300a4c5640fb1c717ba0d7108d15aec1bd7eb396
treeb710fc249d8784d9517033e83e0a405447724ef2
parent9d1c1ada213c80135fbdda704175aae689daa6f9
clean up the asmprinter interface a bit, rename a few
"Print" methods to "Emit".  Emit is something that goes
to an mc streamer, Print is something that goes to a
raw_ostream (for inline asm)

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