summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-07-21 09:41:18 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-07-21 09:41:18 +0000
commit2a78633b4ac5eb8143c81bccca355d06ebc3bfbb (patch)
treef43ced99127aff891216fa10ef82c7bad7548fdf /llvm/lib/Transforms/Instrumentation
parent889faf8bc942ffa8bd4e60a40e657eb9a6e9d7d5 (diff)
downloadbcm5719-llvm-2a78633b4ac5eb8143c81bccca355d06ebc3bfbb.tar.gz
bcm5719-llvm-2a78633b4ac5eb8143c81bccca355d06ebc3bfbb.zip
comeented out debug printing
llvm-svn: 2980
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
index cb21604b2ea..e377b163d0d 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
@@ -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()){
OpenPOWER on IntegriCloud