add a note

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34249 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-02-13 21:44:43 +00:00
parent 4060296cf8
commit 36e37d2944

View File

@ -415,3 +415,7 @@ when it is declared U32.
//===---------------------------------------------------------------------===//
Promote for i32 bswap can use i64 bswap + shr. Useful on targets with 64-bit
regs and bswap, like itanium.
//===---------------------------------------------------------------------===//