DescriptionRemove extraneous line from CompareWrapper test
On platforms without TurboFan (PowerPC) the CompareWrapper test was
failing. It appears the line
RawMachineAssemblerTester<int32_t> m;
was causing the issue, and does not appear to be required for the
test to operate correctly. Removing it resolves the crash on non
TurboFan platforms
BUG=
R=titzer@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24424
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|