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 bd62ee3 commit 1017d90Copy full SHA for 1017d90
include/swift/SILOptimizer/OptimizerBridging.h
@@ -74,14 +74,6 @@ enum {
74
BridgedSlabCapacity = 64 * sizeof(uintptr_t)
75
};
76
77
-typedef struct {
78
- void * _Nullable rcia;
79
-} BridgedRCIdentityAnalysis;
80
-
81
82
- void * _Nonnull functionInfo;
83
-} BridgedRCIdentityFunctionInfo;
84
85
typedef void (* _Nonnull BridgedModulePassRunFn)(BridgedPassContext);
86
typedef void (* _Nonnull BridgedFunctionPassRunFn)(BridgedFunctionPassCtxt);
87
typedef void (* _Nonnull BridgedInstructionPassRunFn)(BridgedInstructionPassCtxt);
0 commit comments