Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 4288) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -454,6 +454,9 @@ |
// control destination. |
void ToBoolean(ControlDestination* destination); |
+ // Generate code that computes a shortcutting logical operation. |
+ void GenerateLogicalBooleanOperation(BinaryOperation* node); |
+ |
void GenericBinaryOperation( |
Token::Value op, |
StaticType* type, |