Skip to content

Commit 3fd7d10

Browse files
committed
[TypeLowering] NFC: Print all fields.
1 parent 002ef4d commit 3fd7d10

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
@@ -4623,6 +4623,12 @@ void TypeLowering::print(llvm::raw_ostream &os) const {
46234623
<< "isFixedABI: " << BOOL(Properties.isFixedABI()) << ".\n"
46244624
<< "isAddressOnly: " << BOOL(Properties.isAddressOnly()) << ".\n"
46254625
<< "isResilient: " << BOOL(Properties.isResilient()) << ".\n"
4626+
<< "isTypeExpansionSensitive: "
4627+
<< BOOL(Properties.isTypeExpansionSensitive()) << ".\n"
4628+
<< "isInfinite: " << BOOL(Properties.isInfinite()) << ".\n"
4629+
<< "isOrContainsRawPointer: " << BOOL(Properties.isOrContainsRawPointer())
4630+
<< ".\n"
4631+
<< "isLexical: " << BOOL(Properties.isLexical()) << ".\n"
46264632
<< "\n";
46274633
}
46284634

0 commit comments

Comments
 (0)