This commit is contained in:
Jannis Christopher Köhl 2022-09-27 17:30:50 +02:00
parent 97a69a7670
commit c56e99cdba
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ pub trait ValueAnalysis<'tcx> {
ValueOrPlace::Value(self.handle_constant(constant, state))
}
Operand::Copy(place) | Operand::Move(place) => {
// Do want want to handle moves different? Could flood place with bottom.
// Do we want to handle moves differently? Could flood place with bottom.
self.map()
.find(place.as_ref())
.map(ValueOrPlace::Place)