We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea56adf commit 9019f43Copy full SHA for 9019f43
src/ops/dataflow.rs
@@ -68,7 +68,7 @@ impl DataflowOp {
68
DataflowOp::CallIndirect { .. } => "call_indirect",
69
DataflowOp::LoadConstant { .. } => "load",
70
DataflowOp::Leaf { op } => return op.name(),
71
- DataflowOp::DFG { .. } => "nested",
+ DataflowOp::DFG { .. } => "DFG",
72
DataflowOp::ControlFlow { op } => return op.name(),
73
}
74
.into()
0 commit comments