Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMil committed Oct 11, 2024
1 parent 47ab2b0 commit 1a61203
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,7 @@ protected Collection<Typing> applyAssignmentConstraints(Typing tg, IEvalFunction
final DefinitionStmt stmt = this.assignments.get(defIdx);

Value lhs = stmt.getLeftOp();
if (lhs.toString().equals("lclIntOrFloatOpTag3"))
System.out.println();

Local v = (lhs instanceof Local) ? (Local) lhs : (Local) ((ArrayRef) lhs).getBase();
Type told = tg.get(v);

Expand Down

0 comments on commit 1a61203

Please sign in to comment.