diff options
author | Diana Picus <diana.picus@linaro.org> | 2017-01-20 08:15:24 +0000 |
---|---|---|
committer | Diana Picus <diana.picus@linaro.org> | 2017-01-20 08:15:24 +0000 |
commit | bd66b7dc87e66fd3e4e761e5943a120b99d48e9a (patch) | |
tree | 98e582e192eb6042a2536ff00ab89f9bfc599424 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | ae78b5dcff8159373774ed8efd81c2e6ac7efc98 (diff) | |
download | llvm-bd66b7dc87e66fd3e4e761e5943a120b99d48e9a.zip llvm-bd66b7dc87e66fd3e4e761e5943a120b99d48e9a.tar.gz llvm-bd66b7dc87e66fd3e4e761e5943a120b99d48e9a.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions