MIPS: Fix uint32div bug after r25103.
authorpaul.lind@imgtec.com <paul.lind@imgtec.com>
Wed, 5 Nov 2014 22:48:43 +0000 (22:48 +0000)
committerpaul.lind@imgtec.com <paul.lind@imgtec.com>
Wed, 5 Nov 2014 22:49:13 +0000 (22:49 +0000)
commitf3b633cc0c6473c24d46ec4ce5c0e9190e1b3d64
treeb2b344d1a1ba04897d0be18f23247171f2c67eaf
parentb19ecf97537e78dfed0fa96d0f4efdd55dc756a3
MIPS: Fix uint32div bug after r25103.

The div and mod instructions on MIPS are not safe for rhs 0.

TEST=test/mjsunit/asm/uint32div.js
BUG=
R=akos.palfi@imgtec.com

Review URL: https://codereview.chromium.org/704013002

Cr-Commit-Position: refs/heads/master@{#25174}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25174 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler/mips/instruction-selector-mips.cc