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:
marija.antic 2016-09-08 00:51:37 -07:00 committed by Commit bot
parent c0637c1f23
commit 0ef20b51b2

View File

@ -56,9 +56,6 @@ const double kIntegerValues[] = {-V8_INFINITY, INT_MIN, -1000.0, -42.0,
-1.0, 0.0, 1.0, 42.0,
1000.0, INT_MAX, UINT_MAX, V8_INFINITY};
Type* const kJSTypes[] = {Type::Undefined(), Type::Null(), Type::Boolean(),
Type::Number(), Type::String(), Type::Object()};
} // namespace
class TypedOptimizationTest : public TypedGraphTest {