forked from OSchip/llvm-project
parent
8a070a540d
commit
34f54d55e2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue