Skip to content

Commit

Permalink
HighTierCodeGen: Make PhiResolveLowerer#end protected
Browse files Browse the repository at this point in the history
  • Loading branch information
c-refice committed Mar 4, 2024
1 parent 0786625 commit 08d16a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* additional variables during code gen.
*/
public class PhiResolveLowerer {
private final AbstractEndNode end;
protected final AbstractEndNode end;

public PhiResolveLowerer(AbstractEndNode end) {
this.end = end;
Expand Down

0 comments on commit 08d16a8

Please sign in to comment.