mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
[C++11] Use 'nullptr'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1797,7 +1797,7 @@ SDValue AArch64TargetLowering::LowerFormalArguments(
|
||||
|
||||
ArgValue = DAG.getExtLoad(ExtType, DL, VA.getLocVT(), Chain, FIN,
|
||||
MachinePointerInfo::getFixedStack(FI),
|
||||
MemVT, false, false, false, 0);
|
||||
MemVT, false, false, false, nullptr);
|
||||
|
||||
InVals.push_back(ArgValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user