| commit | 8914d29008a98dd8bef764240d45b5bdb3cc8f9d | [log] [tgz] |
|---|---|---|
| author | Mehdi Amini <mehdi.amini@apple.com> | Wed Feb 10 22:47:15 2016 +0000 |
| committer | Mehdi Amini <mehdi.amini@apple.com> | Wed Feb 10 22:47:15 2016 +0000 |
| tree | 4bc9a75f4f865e8490df59097bce32974c269484 | |
| parent | 4fc6044a5ed9fd339f46d18980360a40c98b11d5 [diff] |
Simplify handleOperandChangeImpl() removing last argument (NFC) The Use argument was used to compute the operand number for a fast path when replacing only one operand. However we always have to go through all the operands. So the argument number can be recomputed locally anyway. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 260454