[APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear what...
authorMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 09:57:57 +0000 (09:57 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 09:57:57 +0000 (09:57 +0000)
commitc29f5dc29eff6f00e23eb24a6be2b27a558aee98
treeeafa0ac205895a85aac2b5434d8d6c9f8b8ca2fd
parent37d002f0a8b6dd7571bb819b70e98474f994c57a
[APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear what APFloat is actually using said macro for.

In the context of APFloat, seeing a macro called convolve suggests that APFloat
is using said value in some sort of convolution somewhere in the source code.
This is misleading.

I also added a documentation comment to the macro.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184710 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APFloat.cpp