dillon1000/react
Commit
Browse files [hir] Remove unnecessary rewrite of instr.lvalue
The for loop over eachInstructionLValue already rewrites instr.lvalue: ```
for (const place of eachInstructionLValue(instr)) {
rewritePlace(place, rewrites); } ```Changed paths1 file
First-parent comparisoncompiler/forget/packages/babel-plugin-react-forget/src/SSA/EliminateRedundantPhi.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…