Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InferAddressSpaces: Fix cloning original addrspacecast | Matt Arsenault | 2019-06-17 | 1 | -0/+27 |
If an addrspacecast needed to be inserted again, this was creating a clone of the original cast for each user. Just use the original, which also saves losing the value name. llvm-svn: 363562 |