Clean up this pass somewhat:
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 14 May 2004 21:21:52 +0000 (21:21 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 14 May 2004 21:21:52 +0000 (21:21 +0000)
commitcc9620ca29752214b1b9e2840b156ace7c6c2b7f
tree9da2da19c255ad2c2c757dd485458c4121088fdc
parent93763c3e7d0ec1285653fb98a622fe7d5b7a8abb
Clean up this pass somewhat:

Add better comments, including a better head-of-file comment.
Prune #includes.
Fix a FIXME that Chris put here by using doInitialization().
Use DEBUG() to print out debug msgs.
Give names to basic blocks inserted by this pass.
Expand tabs.
Use InsertProfilingInitCall() from ProfilingUtils to insert the initialize call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13581 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp