mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
71db40c6ff
Changes InstructionValue::Place to InstructionValue::LoadLocal for clarity, this is intended as the only instruction where a variable can appear as an operand. All other instructions operands will be temporaries.