Skip to content

Commit c481264

Browse files
committed
Re-enable change; was disabled to validate the testcase
1 parent 1a5ae14 commit c481264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ static uint32_t collectTypeInfo(SwiftASTContext *module_holder,
803803
else if (node->getText().startswith(swift::BUILTIN_TYPE_NAME_VEC))
804804
swift_flags |= eTypeHasChildren | eTypeIsVector;
805805
else if (node->getText().startswith(swift::BUILTIN_TYPE_NAME_INT) ||
806-
false /*node->getText().startswith(swift::BUILTIN_TYPE_NAME_WORD) */)
806+
node->getText().startswith(swift::BUILTIN_TYPE_NAME_WORD))
807807
swift_flags |= eTypeIsInteger | eTypeIsScalar;
808808
}
809809
break;

0 commit comments

Comments
 (0)