summaryrefslogtreecommitdiff
path: root/trunk/template/insns.inc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/template/insns.inc.tmpl')
-rw-r--r--trunk/template/insns.inc.tmpl21
1 files changed, 0 insertions, 21 deletions
diff --git a/trunk/template/insns.inc.tmpl b/trunk/template/insns.inc.tmpl
deleted file mode 100644
index 97c20ef9ad..0000000000
--- a/trunk/template/insns.inc.tmpl
+++ /dev/null
@@ -1,21 +0,0 @@
-/** -*-c-*-
- This file contains YARV instructions list.
-
- ----
- This file is auto generated by insns2vm.rb
- DO NOT TOUCH!
-
- If you want to fix something, you must edit 'template/insns.inc.tmpl'
- or insns2vm.rb
- */
-
-
-/* BIN : Basic Instruction Name */
-#define BIN(n) YARVINSN_##n
-
-enum ruby_vminsn_type {
-<%= insns %>
-};
-
-#define VM_INSTRUCTION_SIZE <%= @insns.size %>
-