MIPS: Fix compilation failure for GCC5
BUG= Review-Url: https://codereview.chromium.org/2304133002 Cr-Commit-Position: refs/heads/master@{#39265}
This commit is contained in:
parent
c0637c1f23
commit
0ef20b51b2
@ -56,9 +56,6 @@ const double kIntegerValues[] = {-V8_INFINITY, INT_MIN, -1000.0, -42.0,
|
|||||||
-1.0, 0.0, 1.0, 42.0,
|
-1.0, 0.0, 1.0, 42.0,
|
||||||
1000.0, INT_MAX, UINT_MAX, V8_INFINITY};
|
1000.0, INT_MAX, UINT_MAX, V8_INFINITY};
|
||||||
|
|
||||||
Type* const kJSTypes[] = {Type::Undefined(), Type::Null(), Type::Boolean(),
|
|
||||||
Type::Number(), Type::String(), Type::Object()};
|
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
class TypedOptimizationTest : public TypedGraphTest {
|
class TypedOptimizationTest : public TypedGraphTest {
|
||||||
|
Loading…
Reference in New Issue
Block a user