Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Jun 17, 2024
1 parent 8dc1931 commit deae39e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/coreclr/jit/importercalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2152,9 +2152,6 @@ void Compiler::impPopArgsForSwiftCall(GenTreeCall* call, CORINFO_SIG_INFO* sig,
CallArg* const swiftErrorArg =
(swiftErrorIndex != UINT_MAX) ? call->gtArgs.GetArgByIndex(swiftErrorIndex) : nullptr;

CallArg* const swiftIndirectResultArg =
(swiftIndirectResultIndex != UINT_MAX) ? call->gtArgs.GetArgByIndex(swiftIndirectResultIndex) : nullptr;

// Now expand struct args that must be lowered into primitives
unsigned argIndex = 0;
for (CallArg* arg = call->gtArgs.Args().begin().GetArg(); arg != nullptr; argIndex++)
Expand Down

0 comments on commit deae39e

Please sign in to comment.