commit | c2a9b7973922cab0c0c56d46829d232ce3f4aacf | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Wed Apr 21 18:03:05 2010 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Wed Apr 21 18:03:05 2010 +0000 |
tree | f33bb63c8fb9ce797193d271d6c102457022db49 | |
parent | d2ec7268da536871ae05769d776c4f7caf88dbd7 [diff] [blame] |
Comment out an assert for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102007 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGClass.cpp b/lib/CodeGen/CGClass.cpp index a21af41..2b06e5e 100644 --- a/lib/CodeGen/CGClass.cpp +++ b/lib/CodeGen/CGClass.cpp
@@ -160,7 +160,10 @@ 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;