Skip to content

Commit

Permalink
remove debug info (#3438)
Browse files Browse the repository at this point in the history
  • Loading branch information
VolodymyrPeschanenkoIntel authored Jul 14, 2022
1 parent 03bfbf8 commit bd2a4d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion midend/parserUnroll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ class ParserStateRewriter : public Transform {
return new IR::Constant(IR::Type_Bits::get(32), idx);
} else {
state->statesIndexes[expression->expr] = idx + offset;
std::cout << state->statesIndexes.size() << std::endl;
return new IR::ArrayIndex(expression->expr->clone(),
new IR::Constant(IR::Type_Bits::get(32), idx + offset));
}
Expand Down

0 comments on commit bd2a4d0

Please sign in to comment.