We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244ca4e commit efa9f5bCopy full SHA for efa9f5b
lib/IRGen/DebugTypeInfo.cpp
@@ -53,8 +53,6 @@ DebugTypeInfo DebugTypeInfo::getFromTypeInfo(swift::Type Ty, const TypeInfo &TI,
53
if (TI.isFixedSize()) {
54
const FixedTypeInfo &FixTy = *cast<const FixedTypeInfo>(&TI);
55
Size::int_type Size = FixTy.getFixedSize().getValue() * 8;
56
- //if (!StorageType->isPointerTy())
57
- // Size -= FixTy.getSpareBits().asAPInt().countTrailingOnes();
58
SizeInBits = Size;
59
}
60
assert(TI.getStorageType() && "StorageType is a nullptr");
0 commit comments