================
@@ -192,6 +192,12 @@ class MemorySSAUpdater {
                                        const BasicBlock *BB,
                                        MemorySSA::InsertionPlace Point);
 
+  MemoryAccess *createMemoryAccessInBB2(Instruction *I,
+                                        MemoryAccess *Definition,
+                                        const BasicBlock *BB,
+                                        MemorySSA::InsertionPlace Point,
+                                        bool CreationMustSucceed = true);
----------------
DianQK wrote:

Ah, yes! :3

https://github.com/llvm/llvm-project/pull/117082
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to