mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 19:57:44 +00:00
comeented out debug printing
llvm-svn: 2980
This commit is contained in:
parent
e8d6f887b1
commit
60f4c16199
@ -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