| Index: test/cctest/compiler/codegen-tester.h
|
| diff --git a/test/cctest/compiler/codegen-tester.h b/test/cctest/compiler/codegen-tester.h
|
| index b440c6b4b6428fd1317c8bf9a579dae450cfcd19..20aa912e3776a72333d15be12c2ce88457b6f0a9 100644
|
| --- a/test/cctest/compiler/codegen-tester.h
|
| +++ b/test/cctest/compiler/codegen-tester.h
|
| @@ -401,7 +401,6 @@ class Uint32BinopTester : public BinopTester<uint32_t, USE_RETURN_REGISTER> {
|
|
|
| // A helper class for testing code sequences that take two float parameters and
|
| // return a float value.
|
| -// TODO(titzer): figure out how to return floats correctly on ia32.
|
| class Float32BinopTester : public BinopTester<float, USE_RESULT_BUFFER> {
|
| public:
|
| explicit Float32BinopTester(RawMachineAssemblerTester<int32_t>* tester)
|
| @@ -411,7 +410,6 @@ class Float32BinopTester : public BinopTester<float, USE_RESULT_BUFFER> {
|
|
|
| // A helper class for testing code sequences that take two double parameters and
|
| // return a double value.
|
| -// TODO(titzer): figure out how to return doubles correctly on ia32.
|
| class Float64BinopTester : public BinopTester<double, USE_RESULT_BUFFER> {
|
| public:
|
| explicit Float64BinopTester(RawMachineAssemblerTester<int32_t>* tester)
|
|
|