Adding the 3 virtual instructions required for the IR later.

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-04-25 14:35:15 +02:00
parent 42d9ff3563
commit 22fcf399e0

View file

@ -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,
};
/*