[APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 04:06:23 +0000 (04:06 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 04:06:23 +0000 (04:06 +0000)
commit9dc98338b8c6c2d1e9ef0050b7ec1383dd5bfbc5
tree78e1b7714f3e25012d5ec85a9e0bafb9019337db
parentb914a7e2ef40b970bbb1dbc2d6d2b76b77c2dd4c
[APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.

exponent_t is only used internally in APFloat and no exponent_t values are
exposed via the APFloat API. In light of such conditions it does not make any
sense to gum up the llvm namespace with said type. Plus it makes it clearer that
exponent_t is associated with APFloat.

llvm-svn: 184686
llvm/include/llvm/ADT/APFloat.h
llvm/lib/Support/APFloat.cpp