Remove CPlace::NoPlace

This commit is contained in:
bjorn3 2020-03-29 11:51:43 +02:00
parent 53307fd2e1
commit 3ef6170142
6 changed files with 21 additions and 47 deletions

View file

@ -348,7 +348,6 @@ fn place_location<'a, 'tcx>(
// For PointerBase::Stack:
//AttributeValue::Exprloc(Expression(translate_loc(ValueLoc::Stack(*stack_slot), &context.func.stack_slots).unwrap()))
}
CPlaceInner::NoPlace => AttributeValue::Exprloc(Expression(vec![])),
}
}