Skip to content

Commit

Permalink
fix IRHelpers (#932)
Browse files Browse the repository at this point in the history
Co-authored-by: hejunchao <hejunchao@canaan-creative.com>
Co-authored-by: huochenghai <huochenghai@canaan-creative.com>
Co-authored-by: sunnycase <sunnycase@live.cn>
  • Loading branch information
4 people authored Jun 20, 2023
1 parent 7b31023 commit 3b6577c
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 3b6577c

Please sign in to comment.