Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FusionBolt committed Sep 15, 2023
1 parent fe69c8b commit 8793b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nncase.Passes/Rules/ShapeBucket/ShapeBucketHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public static Var[] MakeEffectVarArray(CompileSession session, Dictionary<Var, E

public static void DumpIR(Expr expr, string prefix, string? reletivePath = null, string? printPrefix = null)
{
// if (DumpScope.Current.IsEnabled(DumpFlags.Rewrite))
if (DumpScope.Current.IsEnabled(DumpFlags.Rewrite))
{
var s = prefix;
if (prefix.Length > 80)
Expand Down

0 comments on commit 8793b4e

Please sign in to comment.