Skip to content

Commit 9019f43

Browse files
committed
fix name of DFG
1 parent ea56adf commit 9019f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ops/dataflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl DataflowOp {
6868
DataflowOp::CallIndirect { .. } => "call_indirect",
6969
DataflowOp::LoadConstant { .. } => "load",
7070
DataflowOp::Leaf { op } => return op.name(),
71-
DataflowOp::DFG { .. } => "nested",
71+
DataflowOp::DFG { .. } => "DFG",
7272
DataflowOp::ControlFlow { op } => return op.name(),
7373
}
7474
.into()

0 commit comments

Comments
 (0)