[PATCH] D31052: Remove getArgumentList() in favor of arg_begin(), args(), etc

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 16:11:29 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL298010: Remove getArgumentList() in favor of arg_begin(), args(), etc (authored by rnk).

Changed prior to commit:
  https://reviews.llvm.org/D31052?vs=92042&id=92083#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31052

Files:
  llvm/trunk/include/llvm/IR/Function.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/Target/AArch64/AArch64CallLowering.cpp
  llvm/trunk/lib/Target/ARM/ARMCallLowering.cpp
  llvm/trunk/lib/Target/AVR/AVRInstrumentFunctions.cpp
  llvm/trunk/lib/Target/Mips/MipsOs16.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86CallLowering.cpp
  llvm/trunk/lib/Transforms/Coroutines/CoroElide.cpp
  llvm/trunk/lib/Transforms/Coroutines/CoroFrame.cpp
  llvm/trunk/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/trunk/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
  llvm/trunk/unittests/IR/ValueTest.cpp
  llvm/trunk/unittests/Transforms/Utils/IntegerDivision.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31052.92083.patch
Type: text/x-patch
Size: 13515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170316/f3c488a2/attachment.bin>


More information about the llvm-commits mailing list