Move function definitions out of ir.cpp
commit42d955534e338ba7d992450f2f3908b89facfc12
authorEdwin Smith <smith@fb.com>
Sun, 8 Sep 2013 18:13:00 +0000 (8 11:13 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 9 Sep 2013 00:47:16 +0000 (8 17:47 -0700)
tree9531bd535677d3305668e58ee13bfbb95f4e6efe
parent6d359a1c76b2d625345dca623396db085d1df154
Move function definitions out of ir.cpp

Minor cleanup; IRInstruction and SSATmp have dedicated headers,
so might as well organize the function bodies that way too.

Reviewed By: @jdelong

Differential Revision: D960927
hphp/runtime/vm/jit/block.h
hphp/runtime/vm/jit/ir-instruction.cpp [new file with mode: 0755]
hphp/runtime/vm/jit/ir-trace.h
hphp/runtime/vm/jit/ir.cpp
hphp/runtime/vm/jit/print.cpp
hphp/runtime/vm/jit/ssa-tmp.cpp