Add some classes to produce pretty-printed asm. We'll use these
authorDavid Greene <greened@obbligato.org>
Thu, 9 Jul 2009 18:27:23 +0000 (18:27 +0000)
committerDavid Greene <greened@obbligato.org>
Thu, 9 Jul 2009 18:27:23 +0000 (18:27 +0000)
commita63769187152931ed3939f49c9cfc8f6bb1dd7a5
tree9ef099420f229e23b9b926ea090dda32eb7c21a5
parent23bb1e21f4a8c5bedeeb54365c96e800bb75c14c
Add some classes to produce pretty-printed asm.  We'll use these
shortly to provide nicely printed comments and other goodies in
asm files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75156 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmStream.h [new file with mode: 0644]
lib/CodeGen/AsmStream.cpp [new file with mode: 0644]