General cleanup:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 29 Dec 2005 21:13:45 +0000 (21:13 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 29 Dec 2005 21:13:45 +0000 (21:13 +0000)
commit78b0e6a42effe9697efae14183365b52a8874aa4
treee83798b89eb3d54ca9517a7d75f4100e26139412
parentf65d917f71690dfc0e10f8d8d7672f3c2a84837e
General cleanup:
1. Don't mix C++ and C standard I/O, convert to C++ iostreams
2. Wrap long lines
3. use the std namespace to simplify/shorten the code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25042 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-prof/llvm-prof.cpp