dillon1000/react

Commit

[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);         } ```
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/packages/babel-plugin-react-forget/src/SSA/EliminateRedundantPhi.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…