switch formattedstream to use raw_ostream::indent. This eliminates
authorChris Lattner <sabre@nondot.org>
Sat, 22 Aug 2009 23:16:09 +0000 (23:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 22 Aug 2009 23:16:09 +0000 (23:16 +0000)
commitde51ded2fa3d8d92e821e72294a89c1310a70cc6
treecf4e751a5acecc4b89a851555ce4538e526f2d31
parentc5a227ddd1fa09cd66e4fd1c0473be5c2b4f8f32
switch formattedstream to use raw_ostream::indent.  This eliminates
the weird MAX_COLUMN_PAD limitation.

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