diff options
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 6 | 
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()){ | 

