Add note about needing to call func.dfg.collect_debug_info for set_val_label to have any effect
This commit is contained in:
@@ -334,6 +334,8 @@ impl<'a> FunctionBuilder<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Set label for Value
|
/// Set label for Value
|
||||||
|
///
|
||||||
|
/// This will not do anything unless `func.dfg.collect_debug_info` is called first.
|
||||||
pub fn set_val_label(&mut self, val: Value, label: ValueLabel) {
|
pub fn set_val_label(&mut self, val: Value, label: ValueLabel) {
|
||||||
if let Some(values_labels) = self.func.dfg.values_labels.as_mut() {
|
if let Some(values_labels) = self.func.dfg.values_labels.as_mut() {
|
||||||
use std::collections::hash_map::Entry;
|
use std::collections::hash_map::Entry;
|
||||||
|
|||||||
Reference in New Issue
Block a user