Skip to content

Commit b376b09

Browse files
committed
comment out an unnecessary warning
1 parent ca1832d commit b376b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/asm/optimize_ir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1834,7 +1834,7 @@ ApplyConditionAfter(IRList *irl, IR *instr, int cval, int zval, int *changeout)
18341834
default:
18351835
if (InstrUsesFlags(ir,setc|setz)) {
18361836
invalid_instr = 1;
1837-
WARNING(NULL,"Internal warning. Couldn't ApplyConditionAfter");
1837+
//WARNING(NULL,"Internal warning. Couldn't ApplyConditionAfter");
18381838
}
18391839
break;
18401840
}

0 commit comments

Comments
 (0)