Comment out an assert for now.

llvm-svn: 102007
This commit is contained in:
Anders Carlsson 2010-04-21 18:03:05 +00:00
parent 8a070a540d
commit 34f54d55e2
1 changed files with 3 additions and 0 deletions

View File

@ -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;