commit | 0e6a36e17e07485ee511756e022263a59101c79a | [log] [tgz] |
---|---|---|
author | Xinliang David Li <davidxl@google.com> | Tue Dec 01 19:47:32 2015 +0000 |
committer | Xinliang David Li <davidxl@google.com> | Tue Dec 01 19:47:32 2015 +0000 |
tree | cb0dd8067cf2d3483c65acf08a09b80fa2c2a985 | |
parent | 5fecd674628e2ef80e8ffe31c92664881e71e3aa [diff] [blame] |
Use nullptr (NFC) llvm-svn: 254447
diff --git a/llvm/lib/ProfileData/InstrProf.cpp b/llvm/lib/ProfileData/InstrProf.cpp index d08ec9d..530be8a 100644 --- a/llvm/lib/ProfileData/InstrProf.cpp +++ b/llvm/lib/ProfileData/InstrProf.cpp
@@ -207,7 +207,7 @@ InstrProfRecordClosure.Record = &Record; std::unique_ptr<ValueProfData> VPD( - serializeValueProfDataFrom(&InstrProfRecordClosure, 0)); + serializeValueProfDataFrom(&InstrProfRecordClosure, nullptr)); return VPD; }