From 7c08538aa3a366409784f6a8b7aa013b85633803 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Wed, 6 Oct 2021 17:44:19 -0400 Subject: Cleanup diff against upstream. Add comments I did a `git diff --stat` against upstream and looked at all the files that are outside of YJIT to come up with these minor changes. --- tool/ruby_vm/models/instructions.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'tool/ruby_vm') diff --git a/tool/ruby_vm/models/instructions.rb b/tool/ruby_vm/models/instructions.rb index d782f10af0..1198c7a4a6 100644 --- a/tool/ruby_vm/models/instructions.rb +++ b/tool/ruby_vm/models/instructions.rb @@ -18,6 +18,5 @@ RubyVM::Instructions = RubyVM::BareInstructions.to_a + \ RubyVM::OperandsUnifications.to_a + \ RubyVM::InstructionsUnifications.to_a - require_relative 'trace_instructions' RubyVM::Instructions.freeze -- cgit v1.2.3