Chromium Code Reviews| Index: src/ia32/codegen-ia32.h |
| =================================================================== |
| --- src/ia32/codegen-ia32.h (revision 4288) |
| +++ src/ia32/codegen-ia32.h (working copy) |
| @@ -489,6 +489,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, |