remove old todo
This commit is contained in:
parent
b33807edde
commit
e196f6b7e7
1 changed files with 0 additions and 1 deletions
|
|
@ -890,7 +890,6 @@ pub fn transform_method(meth: &mut Method, ref_data: &ReflectionData) -> Result<
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Return the MoveResult{,Wide,Object} associated to the last instruction of the iterator.
|
/// Return the MoveResult{,Wide,Object} associated to the last instruction of the iterator.
|
||||||
/// TODO: return the list of pseudo instruction between the last instruction and the move result.
|
|
||||||
fn get_move_result<'a>(
|
fn get_move_result<'a>(
|
||||||
iter: impl Iterator<Item = &'a Instruction>,
|
iter: impl Iterator<Item = &'a Instruction>,
|
||||||
) -> (Vec<Instruction>, Option<Instruction>) {
|
) -> (Vec<Instruction>, Option<Instruction>) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue