create enum for all architecture specific opcodes
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 2 Apr 2006 11:08:19 +0000 (11:08 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 2 Apr 2006 11:08:19 +0000 (11:08 +0000)
commit5bf18fe098247dbca8357bb70a328b98d676737d
tree64cd1d9f260b7ed6379db3efe7873fdd3ac3d980
parentfe2ddf0ff9e5194a1873e6ee9365302ec309867e
create enum for all architecture specific opcodes
removed two extra opcode number at start end end
generates get_<arch>_irn_opcode()
generates #ifdefs's around header file
calls <arch>_register_additional_opcodes only if $additional_opcodes is set
ir/be/scripts/generate_new_opcodes.pl