Index: src/objects-printer.cc |
diff --git a/src/objects-printer.cc b/src/objects-printer.cc |
index 3f7e5ddc3cb606badc27deb65871c29d43c905d0..de8aa444d45d7eeecf0c8ec843a2534abd9b9f56 100644 |
--- a/src/objects-printer.cc |
+++ b/src/objects-printer.cc |
@@ -221,11 +221,8 @@ |
} \ |
} |
SIMD128_INT_PRINT_FUNCTION(Int32x4, 4) |
-SIMD128_INT_PRINT_FUNCTION(Uint32x4, 4) |
SIMD128_INT_PRINT_FUNCTION(Int16x8, 8) |
-SIMD128_INT_PRINT_FUNCTION(Uint16x8, 8) |
SIMD128_INT_PRINT_FUNCTION(Int8x16, 16) |
-SIMD128_INT_PRINT_FUNCTION(Uint8x16, 16) |
#undef SIMD128_INT_PRINT_FUNCTION |