File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/SILOptimizer/Mandatory Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3101,9 +3101,6 @@ class UseRewriter : SILInstructionVisitor<UseRewriter> {
3101
3101
llvm::report_fatal_error (" Unimplemented SelectValue use." );
3102
3102
}
3103
3103
3104
- // Opaque enum operand to a switch_enum.
3105
- void visitSwitchEnumInst (SwitchEnumInst *SEI);
3106
-
3107
3104
void rewriteStore (SILValue srcVal, SILValue destAddr,
3108
3105
IsInitialization_t isInit);
3109
3106
@@ -3134,6 +3131,9 @@ class UseRewriter : SILInstructionVisitor<UseRewriter> {
3134
3131
// member implies an address-only Struct.
3135
3132
void visitStructInst (StructInst *structInst) {}
3136
3133
3134
+ // Opaque enum operand to a switch_enum.
3135
+ void visitSwitchEnumInst (SwitchEnumInst *SEI);
3136
+
3137
3137
// Opaque call argument.
3138
3138
void visitTryApplyInst (TryApplyInst *tryApplyInst) {
3139
3139
CallArgRewriter (tryApplyInst, pass).rewriteIndirectArgument (use);
You can’t perform that action at this time.
0 commit comments