Add Initialization and Finalization methods for the Printer pass,
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 19 Jun 2003 19:32:32 +0000 (19:32 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 19 Jun 2003 19:32:32 +0000 (19:32 +0000)
commit9e474c4ec87de79df4a62927275b5b607457e37f
treea3bee8c3cf2eb37e1e016c71a966cf11a800d0fb
parented4775a3c149900fb8e04bc9baf9d683cbecc28b
Add Initialization and Finalization methods for the Printer pass,
to print various things on a module-by-module basis (currently, only the
former is used).

Don't print < > around names. The assembler can't take it.

Print pseudoinstructions only as comments. The poor little assembler can't
take that, either.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6789 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Printer.cpp
lib/Target/X86/X86AsmPrinter.cpp