================
@@ -302,10 +340,10 @@ class ImutAVLTree {
// Check the lowest bit to determine if digest has actually been
// pre-computed.
if (hasCachedDigest())
- return digest;
+ return this->digest.Digest;
----------------
Xazax-hun wrote:We do not need this for digest. Indeed. https://github.com/llvm/llvm-project/pull/209300 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
