Skip to content

Commit c9c45a1

Browse files
committed
Revert "Merge pull request swiftlang#74192 from drexin/wip-typed-throws-abi"
This reverts commit 35b2b71, reversing changes made to c3b57f2.
1 parent 7955ba9 commit c9c45a1

File tree

11 files changed

+91
-529
lines changed

11 files changed

+91
-529
lines changed

lib/IRGen/CallEmission.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#include "Address.h"
2121
#include "Callee.h"
22-
#include "Explosion.h"
2322
#include "Temporary.h"
2423

2524
namespace llvm {
@@ -89,7 +88,6 @@ class CallEmission {
8988

9089
unsigned IndirectTypedErrorArgIdx = 0;
9190

92-
std::optional<Explosion> typedErrorExplosion;
9391

9492
virtual void setFromCallee();
9593
void emitToUnmappedMemory(Address addr);
@@ -125,10 +123,6 @@ class CallEmission {
125123
return CurCallee.getSubstitutions();
126124
}
127125

128-
std::optional<Explosion> &getTypedErrorExplosion() {
129-
return typedErrorExplosion;
130-
}
131-
132126
virtual void begin();
133127
virtual void end();
134128
virtual SILType getParameterType(unsigned index) = 0;

0 commit comments

Comments
 (0)