================
@@ -3256,9 +3256,8 @@ LValue CodeGenFunction::EmitDeclRefLValue(const 
DeclRefExpr *E) {
           var, ConvertTypeForMem(VD->getType()), 
getContext().getDeclAlign(VD));
 
     // No other cases for now.
-    } else {
+    } else
       llvm_unreachable("DeclRefExpr for Decl not entered in LocalDeclMap?");
-    }
----------------
eZWALT wrote:

This should not be in the pr thanks!

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

Reply via email to