Index: src/interpreter/bytecodes.h |
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h |
index 1217cf868703275fe07ace274718d033e8c745e4..5de9effd42f79a7dd8eb39e4c64b022b511fa71d 100644 |
--- a/src/interpreter/bytecodes.h |
+++ b/src/interpreter/bytecodes.h |
@@ -177,8 +177,7 @@ |
OperandType::kIdx) \ |
V(TestGreaterThanOrEqual, AccumulatorUse::kReadWrite, OperandType::kReg, \ |
OperandType::kIdx) \ |
- V(TestInstanceOf, AccumulatorUse::kReadWrite, OperandType::kReg, \ |
- OperandType::kIdx) \ |
+ V(TestInstanceOf, AccumulatorUse::kReadWrite, OperandType::kReg) \ |
V(TestIn, AccumulatorUse::kReadWrite, OperandType::kReg) \ |
\ |
/* Cast operators */ \ |