 Chromium Code Reviews
 Chromium Code Reviews Issue 5714001:
  Improve our type feedback by recogizining never-executed IC calls for binary ...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 5714001:
  Improve our type feedback by recogizining never-executed IC calls for binary ...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/ia32/code-stubs-ia32.cc | 
| =================================================================== | 
| --- src/ia32/code-stubs-ia32.cc (revision 5966) | 
| +++ src/ia32/code-stubs-ia32.cc (working copy) | 
| @@ -1366,8 +1366,8 @@ | 
| if (op_ == Token::DIV || op_ == Token::MOD) { | 
| left = eax; | 
| right = ebx; | 
| - __ mov(ebx, eax); | 
| - __ mov(eax, edx); | 
| + __ mov(ebx, eax); | 
| + __ mov(eax, edx); | 
| } |