From: Wolfgang (Blub) Bumiller Date: Wed, 25 Apr 2012 12:35:15 +0000 (+0200) Subject: Adding the 3 virtual instructions required for the IR later. X-Git-Tag: 0.1-rc1~617 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=22fcf399e0264f27fb55e7f7fc0bb29ff8ecbc0c;p=xonotic%2Fgmqcc.git Adding the 3 virtual instructions required for the IR later. --- diff --git a/gmqcc.h b/gmqcc.h index 4408ab2..7b08209 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -365,7 +365,14 @@ enum { INSTR_AND, INSTR_OR, INSTR_BITAND, - INSTR_BITOR + INSTR_BITOR, + + /* Virtual instructions used by the IR + * Keep at the end! + */ + VINSTR_PHI, + VINSTR_JUMP, + VINSTR_COND, }; /*