Rename RegisterInfo to PhysLoc
commitf869b1e304a626fb71e1423fbda26599768e998d
authorEdwin Smith <smith@fb.com>
Wed, 23 Oct 2013 14:59:36 +0000 (23 07:59 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 28 Oct 2013 18:28:48 +0000 (28 11:28 -0700)
tree6773ce4ac912e710105713c511e92537955e2792
parentfbb70fa6f90df92553755edbfe5c8502dd2f14ba
Rename RegisterInfo to PhysLoc

RegisterInfo either represents registers or spill locations for
an SSATmp; Looking at the way we use it, the name PhysLoc makes
more sense.

Reviewed By: @ottoni

Differential Revision: D1025818
hphp/runtime/vm/jit/check.cpp
hphp/runtime/vm/jit/code-gen-arm.h
hphp/runtime/vm/jit/code-gen-x64.cpp
hphp/runtime/vm/jit/code-gen-x64.h
hphp/runtime/vm/jit/extra-data.h
hphp/runtime/vm/jit/linear-scan.cpp
hphp/runtime/vm/jit/linear-scan.h
hphp/runtime/vm/jit/phys-loc.cpp [moved from hphp/runtime/vm/jit/operand.cpp with 82% similarity]
hphp/runtime/vm/jit/phys-loc.h [moved from hphp/runtime/vm/jit/operand.h with 57% similarity]
hphp/runtime/vm/jit/print.cpp
hphp/runtime/vm/jit/print.h