From 788f44fe39b322bd80586ee8a627775acbfab4d6 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 29 Apr 2010 11:46:30 +0000 Subject: [PATCH] ugly cheat so the java binding generator uses the name iro_Block instead of iro_First [r27456] --- include/libfirm/irop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libfirm/irop.h b/include/libfirm/irop.h index 472b9f504..e04ef5602 100644 --- a/include/libfirm/irop.h +++ b/include/libfirm/irop.h @@ -81,8 +81,8 @@ typedef enum { /** The opcodes of the libFirm predefined operations. */ typedef enum { - iro_First, - iro_Block = iro_First, + iro_Block, + iro_First = iro_Block, iro_Start, iro_End, iro_Jmp, iro_IJmp, iro_Cond, iro_Return, iro_Const, iro_SymConst, iro_Sel, -- 2.20.1