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 6fd77f4 commit dec622cCopy full SHA for dec622c
jbmc/src/java_bytecode/java_bytecode_convert_method.cpp
@@ -3184,10 +3184,6 @@ void java_bytecode_convert_methodt::save_stack_entries(
3184
{
3185
for(auto &stack_entry : stack)
3186
3187
- // remove typecasts if existing
3188
- while(stack_entry.id()==ID_typecast)
3189
- stack_entry=to_typecast_expr(stack_entry).op();
3190
-
3191
// variables or static fields and symbol -> save symbols with same id
3192
if((write_type==bytecode_write_typet::VARIABLE ||
3193
write_type==bytecode_write_typet::STATIC_FIELD) &&
0 commit comments