Add initial version of value analysis and dataflow constant propagation
This commit is contained in:
@@ -475,7 +475,10 @@ where
|
||||
r#"<td colspan="{colspan}" {fmt} align="left">{state}</td>"#,
|
||||
colspan = this.style.num_state_columns(),
|
||||
fmt = fmt,
|
||||
state = format!("{:?}", DebugWithAdapter { this: state, ctxt: analysis }),
|
||||
state = dot::escape_html(&format!(
|
||||
"{:?}",
|
||||
DebugWithAdapter { this: state, ctxt: analysis }
|
||||
)),
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user