mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 22:23:10 +00:00
Fix more instances of -Wsentinel on Windows with s/NULL/nullptr/
Follow up to r221940, where I must not have caught em all. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -19116,7 +19116,7 @@ static SDValue LowerFSINCOS(SDValue Op, const X86Subtarget *Subtarget,
|
||||
SDValue Callee = DAG.getExternalSymbol(LibcallName, TLI.getPointerTy());
|
||||
|
||||
Type *RetTy = isF64
|
||||
? (Type*)StructType::get(ArgTy, ArgTy, NULL)
|
||||
? (Type*)StructType::get(ArgTy, ArgTy, nullptr)
|
||||
: (Type*)VectorType::get(ArgTy, 4);
|
||||
|
||||
TargetLowering::CallLoweringInfo CLI(DAG);
|
||||
|
||||
Reference in New Issue
Block a user