We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2acaf commit 9ae24f8Copy full SHA for 9ae24f8
include/swift/SILOptimizer/OptimizerBridging.h
@@ -81,14 +81,6 @@ enum {
81
BridgedSlabCapacity = 64 * sizeof(uintptr_t)
82
};
83
84
-typedef struct {
85
- void * _Nullable rcia;
86
-} BridgedRCIdentityAnalysis;
87
-
88
89
- void * _Nonnull functionInfo;
90
-} BridgedRCIdentityFunctionInfo;
91
92
typedef void (* _Nonnull BridgedModulePassRunFn)(BridgedPassContext);
93
typedef void (* _Nonnull BridgedFunctionPassRunFn)(BridgedFunctionPassCtxt);
94
typedef void (* _Nonnull BridgedInstructionPassRunFn)(BridgedInstructionPassCtxt);
0 commit comments