X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=unittests%2FProfileData%2FInstrProfTest.cpp;h=d50944ff77fd7489f28c1d568926f0f8fa0c5863;hp=051bf391b9531fa76fb0e0299f2167eb3e94939a;hb=9bee4a8249abac133d065d9ce0f878af44bed392;hpb=52a156fb302df191b8f6880c4834d0a6703abee4 diff --git a/unittests/ProfileData/InstrProfTest.cpp b/unittests/ProfileData/InstrProfTest.cpp index 051bf391b95..d50944ff77f 100644 --- a/unittests/ProfileData/InstrProfTest.cpp +++ b/unittests/ProfileData/InstrProfTest.cpp @@ -409,7 +409,7 @@ TEST_F(InstrProfTest, runtime_value_prof_data_read_write) { initializeValueProfRuntimeRecord(&RTRecord, &NumValueSites[0], &ValueProfNodes[0]); - ValueProfData *VPData = serializeValueProfDataFromRT(&RTRecord); + ValueProfData *VPData = serializeValueProfDataFromRT(&RTRecord, 0); InstrProfRecord Record("caller", 0x1234, {1ULL << 31, 2});