diff --git a/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp b/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp index ffc2aec77ff91..9f2b2d6212a8e 100644 --- a/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp +++ b/llvm/lib/Transforms/Instrumentation/PGOCtxProfLowering.cpp @@ -124,6 +124,7 @@ CtxInstrumentationLowerer::CtxInstrumentationLowerer(Module &M, }); FunctionDataTy = StructType::get(M.getContext(), { + PointerTy, /*Next*/ PointerTy, /*FlatCtx*/ SanitizerMutexType, /*Mutex*/ });