Index: src/compiler/instruction-selector.h |
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h |
index 65ba8f7c71934ed978ed0952190dbf7cfd387bab..721348db80d2c1bce261653d0c7a70a91f3953f2 100644 |
--- a/src/compiler/instruction-selector.h |
+++ b/src/compiler/instruction-selector.h |
@@ -307,8 +307,7 @@ class V8_EXPORT_PRIVATE InstructionSelector final { |
#define DECLARE_GENERATOR(x) void Visit##x(Node* node); |
MACHINE_OP_LIST(DECLARE_GENERATOR) |
- MACHINE_SIMD_RETURN_NUM_OP_LIST(DECLARE_GENERATOR) |
- MACHINE_SIMD_RETURN_SIMD_OP_LIST(DECLARE_GENERATOR) |
bbudge
2016/11/30 22:10:10
This is only a partial list of SIMD ops. Make the
|
+ MACHINE_SIMD_OP_LIST(DECLARE_GENERATOR) |
#undef DECLARE_GENERATOR |
void VisitFinishRegion(Node* node); |