Correctly handle the constant pool in constant pool splitting test
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Jul 2011 08:57:43 +0000 (08:57 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Jul 2011 08:57:43 +0000 (08:57 +0000)
commit9cc5b94c2e87ce7bf10bb5d411345541eff9f7ab
treefc3ab1761baf21cf78333c5ed1e0dee935f43854
parent4f1e60cc75163ebeef5fa2723d93ba0f24267794
Correctly handle the constant pool in constant pool splitting test

The constant pool was not taken into account in the test test-compiler/SplitConstantsInFullCompiler which caused random failures.

This also reverts the test code added in r8469 and r8471.

R=ricow@chromium.org

BUG=none
TEST=test-compiler/SplitConstantsInFullCompiler

Review URL: http://codereview.chromium.org//7308001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8520 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/disasm-arm.cc
test/cctest/test-compiler.cc