| Index: test/cctest/test-disasm-ia32.cc
 | 
| ===================================================================
 | 
| --- test/cctest/test-disasm-ia32.cc	(revision 9327)
 | 
| +++ test/cctest/test-disasm-ia32.cc	(working copy)
 | 
| @@ -224,14 +224,12 @@
 | 
|    __ cmp(ebx, 12345);
 | 
|    __ cmp(Operand(ebx), Immediate(12));
 | 
|    __ cmp(Operand(edx, ecx, times_4, 10000), Immediate(12));
 | 
| +  __ cmpb(Operand(eax), 100);
 | 
|  
 | 
|    __ or_(ebx, 12345);
 | 
|  
 | 
|    __ sub(Operand(ebx), Immediate(12));
 | 
|    __ sub(Operand(edx, ecx, times_4, 10000), Immediate(12));
 | 
| -  __ subb(Operand(edx, ecx, times_4, 10000), 100);
 | 
| -  __ subb(Operand(eax), 100);
 | 
| -  __ subb(eax, Operand(edx, ecx, times_4, 10000));
 | 
|  
 | 
|    __ xor_(ebx, 12345);
 | 
|  
 | 
| 
 |