Reviewers: Michael Starzinger,

Description:
Removed usesless test instruction.

Please review this at https://codereview.chromium.org/19647019/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/ia32/lithium-codegen-ia32.cc


Index: src/ia32/lithium-codegen-ia32.cc
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc index 54ae715d0a40aa8486765c2cb104f26b76866ba3..d41cabebe9f7b72ea33e2ac535145fe4cb1a828b 100644
--- a/src/ia32/lithium-codegen-ia32.cc
+++ b/src/ia32/lithium-codegen-ia32.cc
@@ -3783,7 +3783,6 @@ void LCodeGen::EmitIntegerMathAbs(LMathAbs* instr) {
   Label is_positive;
   __ j(not_sign, &is_positive);
   __ neg(input_reg);
-  __ test(input_reg, Operand(input_reg));
   DeoptimizeIf(negative, instr->environment());
   __ bind(&is_positive);
 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to