[llvm-commits] [compiler-rt] r81597 - in /compiler-rt/trunk: lib/arm/ test/Unit/

Daniel Dunbar daniel at zuster.org
Sat Sep 12 15:37:03 PDT 2009


On Fri, Sep 11, 2009 at 6:23 PM, Nick Kledzik <kledzik at apple.com> wrote:
> +//
> +// extern uint32_t __bswapsi2(uint32_t);
> +//
> +// Reverse all the bits in a 32-bit integer.
> +//

bits -> bytes I presume.

 - Daniel



More information about the llvm-commits mailing list