mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
comeented out debug printing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2980 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3ee2ea8625
commit
5585f53d7c
@ -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…
Reference in New Issue
Block a user