Index: src/interpreter/bytecodes.cc |
diff --git a/src/interpreter/bytecodes.cc b/src/interpreter/bytecodes.cc |
index 6604191c5953cccaf137a938721692f0a9da596d..b56948a86cf192bd53ed3fd816c38941c5ce64b0 100644 |
--- a/src/interpreter/bytecodes.cc |
+++ b/src/interpreter/bytecodes.cc |
@@ -243,6 +243,7 @@ bool Bytecodes::WritesBooleanToAccumulator(Bytecode bytecode) { |
switch (bytecode) { |
case Bytecode::kLdaTrue: |
case Bytecode::kLdaFalse: |
+ case Bytecode::kToBooleanLogicalNot: |
case Bytecode::kLogicalNot: |
case Bytecode::kTestEqual: |
case Bytecode::kTestNotEqual: |