Skip to content

Commit

Permalink
Merge branch 'master' into feature/SupportOutputLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
curioyang authored Jun 20, 2023
2 parents 6b4d3d8 + 3b6577c commit 737a699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nncase.Core/IR/IRHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void AddUsers(Expr expr)
DCESanity(function);
}

// [Conditional("DEBUG")]
[Conditional("DEBUG")]
public static void DCESanity(Expr root)
{
using var exprPin = new ExprPinner(root);
Expand Down

0 comments on commit 737a699

Please sign in to comment.