diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-18 20:56:47 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-18 20:56:47 +0000 |
commit | fd61c60864fa37c11b1b1f4d3e992b0e7347248c (patch) | |
tree | d57fe280f6134515fafd6e9785fd2df8d3877bb8 /llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | |
parent | b6d2dc48c92860c32a3a1958ce877d9a4b8156bb (diff) | |
download | bcm5719-llvm-fd61c60864fa37c11b1b1f4d3e992b0e7347248c.tar.gz bcm5719-llvm-fd61c60864fa37c11b1b1f4d3e992b0e7347248c.zip |
minor corrections
llvm-svn: 2971
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index b4629d8c9f7..cb21604b2ea 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp @@ -338,6 +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; BranchInst *BI = cast<BranchInst>(TI); if(BI->isUnconditional()){ |