| commit | bd66b7dc87e66fd3e4e761e5943a120b99d48e9a | [log] [tgz] |
|---|---|---|
| author | Diana Picus <diana.picus@linaro.org> | Fri Jan 20 08:15:24 2017 +0000 |
| committer | Diana Picus <diana.picus@linaro.org> | Fri Jan 20 08:15:24 2017 +0000 |
| tree | 98e582e192eb6042a2536ff00ab89f9bfc599424 | |
| parent | ae78b5dcff8159373774ed8efd81c2e6ac7efc98 [diff] |
[ARM] Use helpers for adding pred / CC operands. NFC Hunt down some of the places where we use bare addReg(0) or addImm(AL).addReg(0) and replace with add(condCodeOp()) and add(predOps()). This should make it easier to understand what those operands represent (without having to look at the definition of the instruction that we're adding to). Differential Revision: https://reviews.llvm.org/D27984 llvm-svn: 292587