Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. This...
authorCraig Topper <craig.topper@gmail.com>
Thu, 22 Oct 2015 17:05:00 +0000 (17:05 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 22 Oct 2015 17:05:00 +0000 (17:05 +0000)
commited05a5b55487b3e1f32bbb573216d5a5a702fed2
tree85a96d8f4c700401ccfdf4b12ebc255c7cadc4cc
parent30385e0454984f7be1ebd13a88defdceff78766e
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. This removes the need to pass a hardcoded size in many places. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251032 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp