[llvm] [BOLT][NFC] Add allocator id to createInstrIncMemory (PR #68709)

Vladislav Khmelevsky via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 11:57:28 PDT 2023


================
@@ -504,9 +504,10 @@ class MCPlusBuilder {
   }
 
   /// Create increment contents of target by 1 for Instrumentation
-  virtual InstructionListType
-  createInstrIncMemory(const MCSymbol *Target, MCContext *Ctx, bool IsLeaf,
-                       unsigned CodePointerSize) const {
+  virtual InstructionListType createInstrIncMemory(const MCSymbol *Target,
+                                                   MCContext *Ctx, bool IsLeaf,
+                                                   unsigned CodePointerSize,
+                                                   AllocatorIdTy AllocatorId) {
----------------
yota9 wrote:

= 0 please 

https://github.com/llvm/llvm-project/pull/68709


More information about the llvm-commits mailing list