Skip to content

Commit ea55012

Browse files
committed
[lldb] NFC: Update for getArgumentInterfaceType rename
1 parent c9f71c5 commit ea55012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ class SwiftAllPayloadEnumDescriptor : public SwiftEnumDescriptor {
613613

614614
swift::EnumElementDecl *case_decl = enum_case.decl;
615615
assert(case_decl);
616-
auto arg_type = case_decl->getArgumentInterfaceType();
616+
auto arg_type = case_decl->getPayloadInterfaceType();
617617
CompilerType case_type;
618618
if (arg_type) {
619619
case_type = ToCompilerType(

0 commit comments

Comments
 (0)