Change WriteTypeSymbolic/WriteAsOperand to return void instead of
authorChris Lattner <sabre@nondot.org>
Tue, 19 Aug 2008 04:47:09 +0000 (04:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Aug 2008 04:47:09 +0000 (04:47 +0000)
commit242330371b2b7ab9d5a6c4f5f93ec82c514cc09a
tree27e9f86fd757b4e8155406613038327528506706
parent76a690e024c71e1336db27905cfa82c04f4c0cec
Change WriteTypeSymbolic/WriteAsOperand to return void instead of
an ostream, which is just weird.

Rename SC_DEBUG -> ST_DEBUG

Remove static indentation strangeness from WriteConstantInt.  This makes it
so that large structs are not broken down and printed on multiple lines.  If
there is demand for this to return, there are better ways to implement this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54981 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Assembly/Writer.h
lib/VMCore/AsmWriter.cpp