================
@@ -2619,6 +2651,8 @@ std::optional<LimitedRegionBindingsRef> 
RegionStoreManager::tryBindSmallArray(
     return std::nullopt;
 
   LimitedRegionBindingsRef NewB = B;
+  // llvm::errs() << "bindArray: RecursionLeft=" << B.RecursionLeft << "\n";
+  llvm::errs() << "bindArray: RecursionLeft=" << B.RecursionLeft << "\n";
----------------
NagyDonat wrote:

These debug printouts should be removed before the PR is finalized. (Btw they 
are really helpful during development and ocassionally I also forget to delete 
them.)

https://github.com/llvm/llvm-project/pull/184767
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to