Skip to content

Commit 42bde7d

Browse files
authored
Merge pull request #9355 from hamishknight/rename-arg-interface-ty-rebranch
[rebranch] [lldb] NFC: Update for `getArgumentInterfaceType` rename
2 parents 030dfaf + 418b826 commit 42bde7d

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)