Moved the function GetValue from the code generator to the Reference
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 8 Oct 2008 07:24:06 +0000 (07:24 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 8 Oct 2008 07:24:06 +0000 (07:24 +0000)
commit5d7f3543840d7fa0b66f04460a83a349ae5334a2
treeaf48d273f7f84187c361131cae7626baff661924
parentd0b27552dc501b901095e7f49b6bceca374e9720
Moved the function GetValue from the code generator to the Reference
helper class.

As a consequence, also removed the optional Reference from the code
generator state and got rid of some state-dependent behavior in the
code generator.
Review URL: http://codereview.chromium.org/6538

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@466 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/codegen-arm.cc
src/codegen-ia32.cc