[RDA] Try to fix build (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 8 Apr 2020 16:13:24 +0000 (18:13 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 8 Apr 2020 16:15:01 +0000 (18:15 +0200)
commitb5d941ea5849d09c8005c40d13f668b96c508ff2
treeb503d397b79d351632fdfd901194b35a94f05c51
parentdcce3ef1d2a69d0f4162d1e85abcfc9c28d0152e
[RDA] Try to fix build (NFC)

fuchsia-x86_64-linux builder fails with:

/b/fuchsia-x86_64-linux/llvm.src/llvm/include/llvm/ADT/TinyPtrVector.h:85:15:
error: no matching conversion for C-style cast from 'nullptr_t' to 'llvm::ReachingDef'
    RHS.Val = (EltTy)nullptr;

Let's see whether adding an explicit nullptr_t constructor helps.
llvm/include/llvm/CodeGen/ReachingDefAnalysis.h