comeented out debug printing
llvm-svn: 2980
This commit is contained in:
parent
889faf8bc9
commit
2a78633b4a
@ -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()){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user