Restructure the mul/div/rem handling code to follow the pattern the other
authorChris Lattner <sabre@nondot.org>
Sun, 11 Apr 2004 20:56:28 +0000 (20:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Apr 2004 20:56:28 +0000 (20:56 +0000)
commit462fa82270b243f856c66399324f00402fd48d3e
tree5bc43e8e71c2c7b1c0d2c9d32d860fa583c09108
parent48b0c97e20305e234b8a27cc06b936829c745efe
Restructure the mul/div/rem handling code to follow the pattern the other
instructions use.  This doesn't change any functionality except that long
constant expressions of these operations will now magically start working.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12840 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86ISelSimple.cpp