Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 6b3a73a71402db279d9b6feef77bada418ed5f23..8d806e6ad70d1505af7cef815c66936ade113e0b 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -1979,9 +1979,6 @@ void LCodeGen::DoCmpT(LCmpT* instr) { |
CallCode(ic, RelocInfo::CODE_TARGET, instr); |
Condition condition = TokenToCondition(op, false); |
- if (op == Token::GT || op == Token::LTE) { |
- condition = ReverseCondition(condition); |
- } |
Label true_value, done; |
__ testq(rax, rax); |
__ j(condition, &true_value, Label::kNear); |