]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blobdiff - include/llvm/Analysis/BlockFrequencyInfoImpl.h
[C++] Use 'nullptr'.
[opencl/llvm.git] / include / llvm / Analysis / BlockFrequencyInfoImpl.h
index e5e9b47952346167e6ffdb4e6c968cef2696b846..1b8ba91593b3aeef7334fb7a6904d240832acc90 100644 (file)
@@ -1395,7 +1395,7 @@ public:
 
   void doFunction(const FunctionT *F, const BranchProbabilityInfoT *BPI,
                   const LoopInfoT *LI);
-  BlockFrequencyInfoImpl() : BPI(0), LI(0), F(0) {}
+  BlockFrequencyInfoImpl() : BPI(nullptr), LI(nullptr), F(nullptr) {}
 
   using BlockFrequencyInfoImplBase::getEntryFreq;
   BlockFrequency getBlockFreq(const BlockT *BB) const {