Target: change member from reference to pointer
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 17 May 2014 21:50:01 +0000 (21:50 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 17 May 2014 21:50:01 +0000 (21:50 +0000)
commitd825568843af30f761696f86276d93fc29c9e74c
treead4afe683d179d4697f6bec2eff516c291ebe769
parenta53c7657451d9c4db1cb434e78863a73805bb3c9
Target: change member from reference to pointer

This is a preliminary step to help ease the construction of CallLoweringInfo.
Changing the construction to a chained function pattern requires that the
parameter be nullable.  However, rather than copying the vector, save a pointer
rather than the reference to permit a late binding of the arguments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209080 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/Target/ARM64/ARM64ISelLowering.cpp
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.cpp