Skip to content

Commit 3e3397a

Browse files
committed
[TypeLowering] NFC: Print all fields.
1 parent 78d8533 commit 3e3397a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/SIL/IR/TypeLowering.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4606,6 +4606,12 @@ void TypeLowering::print(llvm::raw_ostream &os) const {
46064606
<< "isFixedABI: " << BOOL(Properties.isFixedABI()) << ".\n"
46074607
<< "isAddressOnly: " << BOOL(Properties.isAddressOnly()) << ".\n"
46084608
<< "isResilient: " << BOOL(Properties.isResilient()) << ".\n"
4609+
<< "isTypeExpansionSensitive: "
4610+
<< BOOL(Properties.isTypeExpansionSensitive()) << ".\n"
4611+
<< "isInfinite: " << BOOL(Properties.isInfinite()) << ".\n"
4612+
<< "isOrContainsRawPointer: " << BOOL(Properties.isOrContainsRawPointer())
4613+
<< ".\n"
4614+
<< "isLexical: " << BOOL(Properties.isLexical()) << ".\n"
46094615
<< "\n";
46104616
}
46114617

0 commit comments

Comments
 (0)