1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

comeented out debug printing

llvm-svn: 2980
This commit is contained in:
Anand Shukla 2002-07-21 09:41:18 +00:00
parent e8d6f887b1
commit 60f4c16199

View File

@ -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()){