fixing divides: FP should now be 100%, and integers are fine too
authorDuraid Madina <duraid@octopus.com.au>
Mon, 16 Jan 2006 14:33:04 +0000 (14:33 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Mon, 16 Jan 2006 14:33:04 +0000 (14:33 +0000)
commit76bb6ae211b1d4d656c182a0b9e8a6e8877ee8d0
tree802c303c38479704c5d3b9a94fb4e6510ba3701a
parent1b5db7aaec8bbe350b1af42ecfe97c73f0e07d0f
fixing divides: FP should now be 100%, and integers are fine too
unless you try to div/mod 0 by anything, in which case you will
get some cute number, and not 0, which is bad.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25358 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/IA64/IA64ISelDAGToDAG.cpp