<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -65,7 +65,7 @@ tmtags
 /kernel/bootstrap/rubinius_config.rb
 /kernel/bootstrap/ruby_config.rb
 
-/kernel/compiler/opcodes.rb
+/lib/compiler/opcodes.rb
 
 /lib/etc.rb
 /lib/kernel.rb</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -43,7 +43,7 @@ subdirs.each do |subdir|
   end
 end
 
-opcodes = &quot;kernel/compiler/opcodes.rb&quot;
+opcodes = &quot;lib/compiler/opcodes.rb&quot;
 
 FileList[ &quot;kernel/bootstrap/rubinius_config.rb&quot;,
           &quot;kernel/bootstrap/ruby_config.rb&quot;,
@@ -118,7 +118,7 @@ namespace :compiler do
       existing = kernel.select { |name| name =~ /rbc$/ and File.exists? name }
       kernel_mtime = existing.map { |name| File.stat(name).mtime }.min
 
-      compiler = (Dir[&quot;kernel/compiler/*.rb&quot;])
+      compiler = (Dir[&quot;lib/compiler/*.rb&quot;])
       compiler_mtime = compiler.map { |name| File.stat(name).mtime }.max
 
       kernel_clean if !kernel_mtime or compiler_mtime &gt; kernel_mtime</diff>
      <filename>rakelib/kernel.rake</filename>
    </modified>
    <modified>
      <diff>@@ -553,7 +553,7 @@ insn_deps = %w[  vm/gen
                  rakelib/instruction_parser.rb
               ]
 
-file &quot;kernel/compiler/opcodes.rb&quot; =&gt; insn_deps do |t|
+file &quot;lib/compiler/opcodes.rb&quot; =&gt; insn_deps do |t|
   generate_instruction_file iparser, :generate_definitions, t.name
 end
 </diff>
      <filename>rakelib/vm.rake</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/compiler/opcodes.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>911f390521cddf2ee9ed89d45b16be1c7ad3d86f</id>
    </parent>
  </parents>
  <author>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/bea21dc877037aace357cfce5034e8ea21be3183</url>
  <id>bea21dc877037aace357cfce5034e8ea21be3183</id>
  <committed-date>2009-11-06T11:15:56-08:00</committed-date>
  <authored-date>2009-11-06T11:15:56-08:00</authored-date>
  <message>Generate the correct opcodes.rb.</message>
  <tree>2bfaa88f1c19188f78fc2724494e5a011aa42748</tree>
  <committer>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </committer>
</commit>
