Remove a bunch of duplicated code, where there was one version taking a std::ostream
authorDuncan Sands <baldrick@free.fr>
Sun, 21 Feb 2010 19:15:19 +0000 (19:15 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 21 Feb 2010 19:15:19 +0000 (19:15 +0000)
commitbb1d451246e922c49f51f0ca6a231e60b071e2a3
treee865187bc772a0acaa0e61bfb1381a1e6f15706a
parentad14fcc4c2b0e6cb46549f2ac9cf42e54713cc4e
Remove a bunch of duplicated code, where there was one version taking a std::ostream
and another taking a raw_ostream, but otherwise identical.  Use raw_ostream everywhere.

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