Skip to content

Commit

Permalink
- WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed May 10, 2024
1 parent 6eb1c06 commit 88eb3b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ namespace Mosa.Compiler.Framework.Transforms.Optimizations.Manual.CodeMotion
{
public abstract class BaseCodeMotionTransform : BaseTransform
{
public BaseCodeMotionTransform(BaseInstruction instruction, TransformType type, bool log = false)
: base(instruction, type, log)
public BaseCodeMotionTransform(BaseInstruction instruction, TransformType type, int priority = -25, bool log = false)
: base(instruction, type, priority, log)
{ }

#region Overrides
Expand Down

0 comments on commit 88eb3b2

Please sign in to comment.