For PR1297:
authorReid Spencer <rspencer@reidspencer.com>
Sun, 1 Apr 2007 07:36:28 +0000 (07:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 1 Apr 2007 07:36:28 +0000 (07:36 +0000)
commita3c533a716d95877ad2daf2326b5375a8fe844d3
tree155d910d2ab7363559a5cc9d7218505bf002c961
parente9391fd9b52e93717b365bdd05c471101323a4df
For PR1297:
Update these test cases to use proper signatures for bswap which is now
and overloaded intrinsic. Its name must be of the form llvm.bswap.i32.i32
since both the parameter and the result or of type "iAny". Also, the
bit counting intrinsics changed to always return i32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35548 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/Generic/llvm-ct-intrinsics.ll
test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
test/CodeGen/PowerPC/2007-03-24-cntlzd.ll
test/CodeGen/PowerPC/bswap-load-store.ll
test/CodeGen/X86/bswap.ll
test/Feature/intrinsics.ll
test/Transforms/InstCombine/bswap-fold.ll