For PR1297:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 2 Apr 2007 01:01:49 +0000 (01:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 2 Apr 2007 01:01:49 +0000 (01:01 +0000)
commitdc1966e6bac9d323e18db2e18d955885e0edd702
treea6c09548fe4735349d7414ab4fee04091aacd119
parent86189a446032240013f08b5172590726572188cc
For PR1297:
Make sure that the CTPOP result is casted to i32 as the bit counting
intrinsics all return i32 now (this affects CTLZ and CTTZ as well).

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