Index: src/ia32/assembler-ia32.h |
=================================================================== |
--- src/ia32/assembler-ia32.h (revision 9858) |
+++ src/ia32/assembler-ia32.h (working copy) |
@@ -713,8 +713,6 @@ |
void movzx_w(Register dst, const Operand& src); |
// Conditional moves |
- void cmov(Condition cc, Register dst, int32_t imm32); |
- void cmov(Condition cc, Register dst, Handle<Object> handle); |
void cmov(Condition cc, Register dst, Register src) { |
cmov(cc, dst, Operand(src)); |
} |