mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
adfae63f20
The for loop over eachInstructionLValue already rewrites instr.lvalue: ```
for (const place of eachInstructionLValue(instr)) {
rewritePlace(place, rewrites); } ```