Skip to content

Commit

Permalink
Update DMCompiler/Optimizer/PeepholeOptimizations.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wixoaGit authored Dec 11, 2024
1 parent ed5173a commit 5e627f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DMCompiler/Optimizer/PeepholeOptimizations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public void Apply(DMCompiler compiler, List<IAnnotatedBytecode> input, int index

// PushReferenceValue [ref]
// PushString [string]
// DereferenceIndex [value] [string]
// DereferenceIndex
// -> IndexRefWithString [ref, string]
internal sealed class IndexRefWithString : IOptimization {
public OptPass OptimizationPass => OptPass.PeepholeOptimization;
Expand Down

0 comments on commit 5e627f0

Please sign in to comment.