summaryrefslogtreecommitdiff
path: root/ruby_2_2/defs/opt_operand.def
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_2_2/defs/opt_operand.def')
-rw-r--r--ruby_2_2/defs/opt_operand.def22
1 files changed, 0 insertions, 22 deletions
diff --git a/ruby_2_2/defs/opt_operand.def b/ruby_2_2/defs/opt_operand.def
deleted file mode 100644
index 887e3da49a..0000000000
--- a/ruby_2_2/defs/opt_operand.def
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# configuration file for operand union optimization
-#
-# format:
-# [insn name] op1, op2 ...
-#
-# wildcard: *
-#
-
-getlocal *, 0
-getlocal *, 1
-setlocal *, 0
-setlocal *, 1
-
-putobject INT2FIX(0)
-putobject INT2FIX(1)
-
-__END__
-
-putobject Qtrue
-putobject Qfalse
-