• Cabin Z's avatar
    [Fix] Correct all Use related removal methods. · 7c5c0e55
    Cabin Z authored
    Now
    - To unilaterally remove a use/operand from a Value/User, use Value::removeUse and User::removeOperandAt respectively;
    - To safely remove a user-usee relation, use Use::removeSelf.
    7c5c0e55