Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The
authorReid Spencer <rspencer@reidspencer.com>
Thu, 19 Jan 2006 01:20:03 +0000 (01:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 19 Jan 2006 01:20:03 +0000 (01:20 +0000)
commitd615bd9013846fbc7a6c4b8922c0e6988b55a4c0
treef060d79257b994d5cd1b9646c26448bb76d85972
parent4283ac78577a2a6b3b8b8f07126891eabd08aeab
Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The
interface requires unsigned arguments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25433 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp