| commit | 8eb05fd093b8e2878440e2b074b60d07e1d397d9 | [log] [tgz] |
|---|---|---|
| author | Peter Collingbourne <peter@pcc.me.uk> | Sun May 20 18:36:15 2012 +0000 |
| committer | Peter Collingbourne <peter@pcc.me.uk> | Sun May 20 18:36:15 2012 +0000 |
| tree | 09b86c3d6c4fa1643809aff8e5d9eed1cf221d28 | |
| parent | a40555826e1b970712a0a4e1704de71fb33136dd [diff] |
When legalising shifts, do not pre-build a list of operands which may be RAUW'd by the recursive call to LegalizeOps; instead, retrieve the other operands when calling UpdateNodeOperands. Fixes PR12889. llvm-svn: 157162