From c2a9b7973922cab0c0c56d46829d232ce3f4aacf Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Wed, 21 Apr 2010 18:03:05 +0000 Subject: [PATCH] Comment out an assert for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102007 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGClass.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/CodeGen/CGClass.cpp b/lib/CodeGen/CGClass.cpp index a21af413fd..2b06e5e41d 100644 --- a/lib/CodeGen/CGClass.cpp +++ b/lib/CodeGen/CGClass.cpp @@ -160,7 +160,10 @@ CodeGenFunction::GetAddressOfBaseClass(llvm::Value *Value, return 0; } +#if 0 + // FIXME: Re-enable this assert when the underlying bugs have been fixed. assert(!Paths.isAmbiguous(BTy) && "Path is ambiguous"); +#endif unsigned Start = 0; -- 2.40.0