mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove a redundant assertion.
Swift SVN r29530
This commit is contained in:
@@ -1075,7 +1075,6 @@ void IRGenDebugInfo::emitVariableDeclaration(
|
||||
ElementSizes EltSizes(DITy, DIRefMap);
|
||||
auto Dim = EltSizes.getNext();
|
||||
for (llvm::Value *Piece : Storage) {
|
||||
assert(Piece && "already-claimed explosion value?");
|
||||
assert((Piece->getType()->isPointerTy() || VarSizeInBits > 0)
|
||||
&& "zero-sized variable");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user