Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 3886) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -3071,7 +3071,6 @@ |
case Token::SUB: { |
GenericUnaryOpStub stub(Token::SUB, overwrite); |
- // TODO(1222589): remove dependency of TOS being cached inside stub |
Result operand = frame_->Pop(); |
Result answer = frame_->CallStub(&stub, &operand); |
frame_->Push(&answer); |