Derive Debug for LiveValue.

This commit is contained in:
Dan Gohman
2018-03-26 08:18:32 -07:00
parent 685cde98a4
commit 14faef7374

View File

@@ -32,6 +32,7 @@ pub struct LiveValueTracker {
}
/// Information about a value that is live at the current program point.
#[derive(Debug)]
pub struct LiveValue {
/// The live value.
pub value: Value,