aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
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
commit5585f53d7c24e9d7674711c32fb652cde6720794 (patch)
tree9dfd8eefe9c5f9c3de0e4020692330fc3624c803 /lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
parent3ee2ea86258923be31cd7d4d344d2e124f4dbb0f (diff)
comeented out debug printing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp')
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
index cb21604b2e..e377b163d0 100644
--- a/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
+++ b/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()){