Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 3062) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -3092,8 +3092,8 @@ |
case Token::SUB: { |
bool overwrite = |
- (node->AsBinaryOperation() != NULL && |
- node->AsBinaryOperation()->ResultOverwriteAllowed()); |
+ (node->expression()->AsBinaryOperation() != NULL && |
+ node->expression()->AsBinaryOperation()->ResultOverwriteAllowed()); |
UnarySubStub stub(overwrite); |
// TODO(1222589): remove dependency of TOS being cached inside stub |
Result operand = frame_->Pop(); |