This is to fix the bug in IntrinsicLowering.cpp,
authorZhou Sheng <zhousheng00@gmail.com>
Fri, 30 Jan 2009 09:02:50 +0000 (09:02 +0000)
committerZhou Sheng <zhousheng00@gmail.com>
Fri, 30 Jan 2009 09:02:50 +0000 (09:02 +0000)
commit904ebf9bf4e6487892cda2e89b8e6d40803e4733
tree73d36b025204f3853f563aa00646658394a31ac8
parent5af3ee2818191df52ad5f216adfa15fdf1564454
This is to fix the bug in IntrinsicLowering.cpp,
the LowerPartSet(). It didn't handle the situation correctly when
the low, high argument values are in reverse order (low > high)
with 'Val' type i32 (a corner case).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63388 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/IntrinsicLowering.cpp