File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4640,12 +4640,12 @@ impl Function {
46404640 worklist. push_back ( recv) ;
46414641 worklist. push_back ( val) ;
46424642 }
4643- & Insn :: GuardBlockParamProxy { state, .. } |
4644- & Insn :: GetGlobal { state, .. } |
4645- & Insn :: GetSpecialSymbol { state, .. } |
4646- & Insn :: GetSpecialNumber { state, .. } |
4647- & Insn :: ObjectAllocClass { state, .. } |
4648- & Insn :: SideExit { state, .. } => worklist. push_back ( state) ,
4643+ & Insn :: GuardBlockParamProxy { state, .. }
4644+ | & Insn :: GetGlobal { state, .. }
4645+ | & Insn :: GetSpecialSymbol { state, .. }
4646+ | & Insn :: GetSpecialNumber { state, .. }
4647+ | & Insn :: ObjectAllocClass { state, .. }
4648+ | & Insn :: SideExit { state, .. } => worklist. push_back ( state) ,
46494649 & Insn :: GuardSuperMethodEntry { lep, state, .. } => {
46504650 worklist. push_back ( lep) ;
46514651 worklist. push_back ( state) ;
You can’t perform that action at this time.
0 commit comments