[PATCH] D47364: Change TII isCopyInstr way of returning arguments(NFC)

Nikola Prica via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 02:57:52 PDT 2018


NikolaPrica created this revision.
NikolaPrica added reviewers: qcolombet, efriedma.
Herald added subscribers: atanasyan, sdardis.
Herald added a reviewer: javed.absar.

Make TII isCopyInstr() return MachineOperands through pointer to pointer instead via reference.


https://reviews.llvm.org/D47364

Files:
  include/llvm/CodeGen/TargetInstrInfo.h
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  lib/Target/ARM/ARMBaseInstrInfo.h
  lib/Target/Mips/Mips16InstrInfo.cpp
  lib/Target/Mips/Mips16InstrInfo.h
  lib/Target/Mips/MipsSEInstrInfo.cpp
  lib/Target/Mips/MipsSEInstrInfo.h
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47364.148568.patch
Type: text/x-patch
Size: 8066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180525/e60498c0/attachment.bin>


More information about the llvm-commits mailing list