Fix typo
This commit is contained in:
parent
97a69a7670
commit
c56e99cdba
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ pub trait ValueAnalysis<'tcx> {
|
||||||
ValueOrPlace::Value(self.handle_constant(constant, state))
|
ValueOrPlace::Value(self.handle_constant(constant, state))
|
||||||
}
|
}
|
||||||
Operand::Copy(place) | Operand::Move(place) => {
|
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()
|
self.map()
|
||||||
.find(place.as_ref())
|
.find(place.as_ref())
|
||||||
.map(ValueOrPlace::Place)
|
.map(ValueOrPlace::Place)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue