From 22fcf399e0264f27fb55e7f7fc0bb29ff8ecbc0c Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Wed, 25 Apr 2012 14:35:15 +0200 Subject: [PATCH] Adding the 3 virtual instructions required for the IR later. --- gmqcc.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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, }; /* -- 2.39.2