Chromium Code Reviews| Index: test/cctest/test-disasm-ia32.cc |
| =================================================================== |
| --- test/cctest/test-disasm-ia32.cc (revision 7864) |
| +++ test/cctest/test-disasm-ia32.cc (working copy) |
| @@ -330,11 +330,6 @@ |
| __ j(less_equal, &Ljcc); |
| __ j(greater, &Ljcc); |
| - // checking hints |
| - __ j(zero, &Ljcc, taken); |
| - __ j(zero, &Ljcc, not_taken); |
| - |
| - // __ mov(Operand::StaticVariable(Isolate::handler_address()), eax); |
| // 0xD9 instructions |
| __ nop(); |