comeented out debug printing
authorAnand Shukla <ashukla@cs.uiuc.edu>
Sun, 21 Jul 2002 09:41:18 +0000 (09:41 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Sun, 21 Jul 2002 09:41:18 +0000 (09:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2980 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp

index cb21604b2ea8fb7ad262c6167a1b141c65aef33b..e377b163d0d3b59d8cee6b2380f02d410dd001df 100644 (file)
@@ -338,9 +338,9 @@ void insertBB(Edge ed,
   //then we need to change branch destinations to include new BB
 
   //std::cerr<<"before cast!\n";
-  std::cerr<<"Method no in Edgecode:"<<Methno<<"\n";
-  std::cerr<<"Instruction\n";
-  std::cerr<<*TI;
+  //std::cerr<<"Method no in Edgecode:"<<Methno<<"\n";
+  //std::cerr<<"Instruction\n";
+  //std::cerr<<*TI;
   BranchInst *BI =  cast<BranchInst>(TI);
 
   if(BI->isUnconditional()){