Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions src/Compiler/OptPass012.ZC
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,6 @@ in int<-->F64 conversions of function args.
tmpi->ic_flags |= ICF_USE_F64;
break;

case IC_COM:
if (tmpi1->ic_code == IC_IMM_I64)
{
tmpi->ic_data = ~tmpi1->ic_data;
tmpi->ic_code = IC_IMM_I64;
tmpi->ic_flags |= tmpi1->ic_flags;
OptSetNOP1(tmpi1);
}
tmpi_push->ic_class2 = cmp.internal_types[RT_I64];
break;
start:
case IC_NOT:
if (tmpc->raw_type == RT_F64)
Expand Down Expand Up @@ -1533,6 +1523,7 @@ in int<-->F64 conversions of function args.
case IC_NOBOUND_SWITCH:
case IC_SWITCH:
case IC_ASM:
case IC_COM:
break;

default:
Expand Down