Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ public Instr clone(CloneInfo ii) {

@Override
public String toString() {
return getOperation() + "(" + getBlockArg() + ", " + (unwrapArray ? "UNWRAP=" : "") + getYieldArg() + ")";
return getResult() + " = " + getOperation() + "(" + getBlockArg() + ", " + (unwrapArray ? "UNWRAP=" : "") + getYieldArg() + ")";
}

public boolean isUnwrapArray() {

0 comments on commit c8f306c

Please sign in to comment.