Move more IR classes into their own headers
commit7f335950f9da84818d6dd78e5dbc3ae5ee7ed6aa
authorbsimmers <bsimmers@fb.com>
Mon, 20 May 2013 00:08:29 +0000 (19 17:08 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 20 May 2013 20:52:32 +0000 (20 13:52 -0700)
tree0d29830926b370d5119d77c1d8d9f32b022d4b18
parent781cea6aa1faa6a1aa04d6c06146d82993fc7c9d
Move more IR classes into their own headers
12 files changed:
hphp/runtime/vm/translator/hopt/block.h [new file with mode: 0644]
hphp/runtime/vm/translator/hopt/cfg.h
hphp/runtime/vm/translator/hopt/cse.h
hphp/runtime/vm/translator/hopt/extradata.h [new file with mode: 0644]
hphp/runtime/vm/translator/hopt/ir.cpp
hphp/runtime/vm/translator/hopt/ir.h
hphp/runtime/vm/translator/hopt/irfactory.cpp
hphp/runtime/vm/translator/hopt/irinstruction.h [new file with mode: 0644]
hphp/runtime/vm/translator/hopt/ssatmp.h [new file with mode: 0644]
hphp/runtime/vm/translator/hopt/trace.h
hphp/runtime/vm/translator/hopt/type.cpp
hphp/runtime/vm/translator/hopt/vectortranslator.cpp