From 2a78633b4ac5eb8143c81bccca355d06ebc3bfbb Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Sun, 21 Jul 2002 09:41:18 +0000 Subject: comeented out debug printing llvm-svn: 2980 --- llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm') 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:"<(TI); if(BI->isUnconditional()){ -- cgit v1.2.3