Add bswap intrinsics as documented in the Language Reference
authorNate Begeman <natebegeman@mac.com>
Sat, 14 Jan 2006 01:25:24 +0000 (01:25 +0000)
committerNate Begeman <natebegeman@mac.com>
Sat, 14 Jan 2006 01:25:24 +0000 (01:25 +0000)
commit6fb3bd6a658940287789198d3207b0da04c0a4e6
tree7d3b9be2b6b00fd564f0b884de5c1999b1985890
parent6283760cd13fa3f41c7f6462456661ea54ded980
Add bswap intrinsics as documented in the Language Reference

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25309 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Intrinsics.h
include/llvm/Support/MathExtras.h
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/ConstantFolding.cpp
lib/Transforms/Utils/Local.cpp
lib/VMCore/Function.cpp
lib/VMCore/Verifier.cpp
test/Transforms/ConstProp/bswap.ll [new file with mode: 0644]