Index: test/cctest/compiler/codegen-tester.h |
diff --git a/test/cctest/compiler/codegen-tester.h b/test/cctest/compiler/codegen-tester.h |
index 0fd3040b680931f302c1bf38c1edeff663394201..37efc49137798b31b5d284c12ffa1c7457103ed7 100644 |
--- a/test/cctest/compiler/codegen-tester.h |
+++ b/test/cctest/compiler/codegen-tester.h |
@@ -142,14 +142,14 @@ class StructuredMachineAssemblerTester |
static const bool USE_RESULT_BUFFER = true; |
static const bool USE_RETURN_REGISTER = false; |
+static const int32_t CHECK_VALUE = 0x99BEEDCE; |
+ |
// TODO(titzer): use the C-style calling convention, or any register-based |
// calling convention for binop tests. |
template <typename CType, MachineRepresentation rep, bool use_result_buffer> |
class BinopTester { |
public: |
- static const int32_t CHECK_VALUE = 0x99BEEDCE; |
- |
explicit BinopTester(RawMachineAssemblerTester<int32_t>* tester) |
: T(tester), |
param0(T->LoadFromPointer(&p0, rep)), |