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 dc6d265 commit 9998ed8Copy full SHA for 9998ed8
jbmc/src/java_bytecode/remove_instanceof.cpp
@@ -235,7 +235,6 @@ bool remove_instanceoft::lower_instanceof(goto_programt &goto_program)
235
return true;
236
}
237
238
-
239
/// Replace an instanceof in the expression or guard of the passed instruction
240
/// of the given function body with an explicit class-identifier test.
241
/// \remarks Extra auxiliary variables may be introduced into symbol_table.
0 commit comments