Add the dyn keyword before trait objects;
This commit is contained in:
@@ -91,7 +91,7 @@ impl Spilling {
|
||||
/// Run the spilling algorithm over `func`.
|
||||
pub fn run(
|
||||
&mut self,
|
||||
isa: &TargetIsa,
|
||||
isa: &dyn TargetIsa,
|
||||
func: &mut Function,
|
||||
domtree: &DominatorTree,
|
||||
liveness: &mut Liveness,
|
||||
|
||||
Reference in New Issue
Block a user