eliminate a mutable global variable, use raw_ostream::indent instead of
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jun 2010 23:14:47 +0000 (23:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jun 2010 23:14:47 +0000 (23:14 +0000)
commit1018c24c1357f76d350dc42957108362bd3b830c
tree86157c4c2d73e4b32b3ae6216fbe07febd867580
parent7e6d7451ae35ff148e8e264c6593780101c22d3b
eliminate a mutable global variable, use raw_ostream::indent instead of
rolling our own.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106501 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CppBackend/CPPBackend.cpp