================
@@ -27,7 +27,7 @@ bool InterpState::inConstantContext() const {
 }
 
 InterpState::~InterpState() {
-  while (Current) {
+  while (Current && !Current->isBottomFrame()) {
----------------
vitalybuka wrote:

Some reordering is needed for "InterpState S;" and "InterpFrame BottomFrame;".

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

Reply via email to