Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't assume a write if an operand is not in function parameters
Liveness assumes that if the operand is not in the parameters of a function call it is being written to, resulting in pointless memcpies.
- Loading branch information