Fix a bug in PartSet. The replacement value needs to be zext or trunc to
authorReid Spencer <rspencer@reidspencer.com>
Thu, 12 Apr 2007 12:46:33 +0000 (12:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 12 Apr 2007 12:46:33 +0000 (12:46 +0000)
commit37958093c6462a1226f9cfaeebf4d736aaf3606e
tree5cb555b405164b16e2110532d4542409474272ab
parent3a508c94a6c6f124e8b0549358ce76deb92ab662
Fix a bug in PartSet. The replacement value needs to be zext or trunc to
the size of the value, not just zext. Also, give better names to two BBs.

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