Reconstruct locations of the original source variable
This commit is contained in:
committed by
Dan Gohman
parent
d6059d4605
commit
8f95c51730
@@ -64,6 +64,11 @@ impl Context {
|
||||
self.coloring.clear();
|
||||
}
|
||||
|
||||
/// Current values liveness state.
|
||||
pub fn liveness(&self) -> &Liveness {
|
||||
&self.liveness
|
||||
}
|
||||
|
||||
/// Allocate registers in `func`.
|
||||
///
|
||||
/// After register allocation, all values in `func` have been assigned to a register or stack
|
||||
|
||||
Reference in New Issue
Block a user