Remove a pair of problematic uses of the Reference utility class from
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 13 Jan 2010 16:01:15 +0000 (16:01 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 13 Jan 2010 16:01:15 +0000 (16:01 +0000)
commitede65c19a1a5d69957ab7ac996ac7fa055acff68
tree7ddb14f6bb6aa60e75e8a3f11d2585b3a0d341fb
parent9f60238c359bc5eba929199218d7f14879f8edbf
Remove a pair of problematic uses of the Reference utility class from
the code generators.

These uses broke the rules of the class because it was safe to do so,
but there was no real reason to do it that way.
Review URL: http://codereview.chromium.org/543041

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