This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ff3774 Fix linux build. new 3d207f3 Remove dead F parameter from Argument constructor new 1c19be8 Remove getArgumentList() in favor of arg_begin(), args(), etc
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/Argument.h | 6 ++---- include/llvm/IR/Function.h | 15 +++------------ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- lib/IR/Function.cpp | 10 +++------- lib/Target/AArch64/AArch64CallLowering.cpp | 3 +-- lib/Target/ARM/ARMCallLowering.cpp | 5 ++--- lib/Target/AVR/AVRInstrumentFunctions.cpp | 2 +- lib/Target/Mips/MipsOs16.cpp | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- lib/Target/X86/X86CallLowering.cpp | 2 +- lib/Transforms/Coroutines/CoroElide.cpp | 2 +- lib/Transforms/Coroutines/CoroFrame.cpp | 2 +- lib/Transforms/Coroutines/CoroSplit.cpp | 4 ++-- lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | 7 +++---- lib/Transforms/Utils/InlineFunction.cpp | 2 +- unittests/IR/ValueTest.cpp | 2 +- unittests/Transforms/Utils/IntegerDivision.cpp | 16 ++++++++-------- 17 files changed, 33 insertions(+), 51 deletions(-)