Skip to content

Commit 3e50cae

Browse files
authored
Merge pull request #9354 from hamishknight/rename-arg-interface-ty-next
[next] [lldb] NFC: Update for `getArgumentInterfaceType` rename
2 parents c9f71c5 + ea55012 commit 3e50cae

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)