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 2bc710f commit cb9ed32Copy full SHA for cb9ed32
jbmc/src/java_bytecode/remove_instanceof.cpp
@@ -210,8 +210,7 @@ bool remove_instanceoft::lower_instanceof(
210
// If this is a branch target, add a skip beforehand so we can splice new
211
// GOTO programs before the target instruction without inserting into the
212
// wrong basic block.
213
- goto_program.insert_before_swap(target);
214
- *target = goto_programt::make_skip();
+ goto_program.insert_before_swap(target, goto_programt::make_skip());
215
// Actually alter the now-moved instruction:
216
++target;
217
}
0 commit comments