X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=gmqcc.h;h=9848f20bbc19067d69cc0043e523fb7a4abe3236;hb=a02e44100e6faf7dbf3b337332e26bcd1a903d8b;hp=d8ad37465ef0525ea2298a9eb484f7a6e9220f04;hpb=c2cf41baf95c7a45789e4c73202928baf9e9b650;p=xonotic%2Fgmqcc.git diff --git a/gmqcc.h b/gmqcc.h index d8ad374..9848f20 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -712,6 +712,7 @@ enum { VINSTR_PHI, VINSTR_JUMP, VINSTR_COND, + /* A never returning CALL. * Creating this causes IR blocks to be marked as 'final'. * No-Return-Call @@ -726,7 +727,9 @@ enum { VINSTR_BITXOR, VINSTR_BITXOR_V, VINSTR_BITXOR_VF, - VINSTR_CROSS + VINSTR_CROSS, + VINSTR_NEG_F, + VINSTR_NEG_V }; /* TODO: elide */